Hi guys!
I'm in need of some advice :)
I'm creating an error board to improve my the quality of data in Jira.
Therefore I want to capture all issuetype=features with a specific fix version e.g. 2023Q3 which don't have a link with an issuetype = objective in the same project
E.g.
project= PLOM
Fix version = 2023Q3
If (Issuetype=feature AND Fix version= 2023Q3 AND Link with IssueType: Objective); TRUE;FALSE
Does anyone knows how I could realize this?
Thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.