Is there a way in Jira to compare values of different issue types?
Here's an example:
I want to know for any project if we're in a certain project stage (represented by an issue type = stage) if there are any reports (represented by an issue type = report) that are outstanding and if so, I want to know which reports those are and on which project.
I think I'm joining two statements (I am not a developer, but rather a functional person looking for a solution)
Then return a list of those unresolved reports.
Is this possible within Jira or with an add-on for Jira?
Thanks!!
Hi lececere!
Just to see if I understood it right.
You want to join (mix) all the issues that:
An option is to save your searches as filters, (let's say that the filter's names are "stage" and "report") then build a new search like this:
filter = "stage" OR filter = "report"
The above search will return all those issues within those conditions.
In addition, you can also save this search as a filter and use it to create a subscription.
Try it out and let us know how it goes!
Best Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.