Some of our issues are being tagged with more then one component. for example:
data report
Product1
In my output I want to summarize 5 different components but do not want to show the component that I am not interested in but may be tagged on an issue.
For instance the issue above I would only want to see
data report 1
not
data report 1
Product1 1
You can simply exclude the component that you’re not interested in your Jira query filter.
example - ...AND components not in (2, 3, 4)
I tried that and it still gives the component for the one I do not want to display. I think its because the issue is being returned and is tagged with both components so it includes both component names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.