Hi,
Struggling to find an answer to the following. I suspect its part of the issueFunction in linkedIssuesOf() of scriptRunner but can't figure it out.
I have support issues that get to a certain state (MOVED TO DEVELOPMENT). At this stage they're cloned and moved to the relevant project for the development team to work on. I would like to see all issues linked to an issue that's currently in the 'MOVED TO DEVELOPMENT' state.
Any help appreciated,
Liam
It should be:
issueFunction in linkedIssuesOf('status = "MOVED TO DEVELOPMENT"')
Hi Mark,
Thanks for the reply!
The above gets me the support issues whereas what I'm looking for is the reverse. I'm looking for all the tickets that are in currently in another project (i.e with the development team) that have original tickets i.e. were cloned from, issues in 'MOVED TO DEVELOPMENT'
Does that make sense?
Thanks again,
Liam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Liam,
Perhaps you ought to try this query:
status = "MOVED TO DEVELOPMENT" and issueFunction in hasLinks()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.