-
How do you filter by a team if you have multiple teams in the same Jira project? Is there any way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Assuming you have a custom field like the image shown, here are the steps involved...
An example being: https://flowviz.atlassian.net/rest/api/2/search?jql=key%20%3D%20FV-29068 In this example, we can see the team name resides in customfield_11700 <- please note, this will very likely be different in your Jira project!
Alternatively, if you want to create a report for each team and filter at the query level, you would have to edit each query AND each startat function in Power BI... |
Beta Was this translation helpful? Give feedback.
Assuming you have a custom field like the image shown, here are the steps involved...
https://[ADD YOUR JIRA URL HERE]/rest/api/2/search?jql=key%20%3D%20[ADD YOUR ISSUE ID HERE]
An example being: https://flowviz.atlassian.net/rest/api/2/search?jql=key%20%3D%20FV-29068
In this example, we can see the team name resides in customfield_11700 <- please note, this will very likely be different in your Jira project!