So Epics that have Account = (this value) and any Story linked to that Epic where Account != (this value).
Or even fancier: Show me any Stories that have a different Account value than their parent Epics.
I do have Script Runner.
Thanks in advance - I've spent hours on this and figured I'd ask the Community!
Hello Scottie,
Using JQL functions for Scriptrunner, I believe the following query should work to return all the Stories where you have a specific different value for the account field than their respective Epic:
issueFunction in issuesInEpics("account = thisvalue") and account != thisvalue
Can you think about alternative which will work for Next-gen projects (Jira cloud)?
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.