Hi All,
I'm trying to search for all issues that have a parent with a specific value in one field.
A little upfront info:
- We have Scriptrunner, Portfolio and Tempo
- Our hierarchy is Initiative > Feature > Epic > Story
- Initiatives belong to Accounts - this is managed via Tempo and not an issue type
What I'd like to do is search for all Features which have an Initiative (parent link) where the Initiative's Account field (tempo custom field) is equal to a range of Account IDs. Is that possible?
Thanks,
Ste
I'm essentially trying to do the same thing. Did you ever find a solution to this problem?
@Logan Clemons - Yes I did!
In our specific example, the JQL we use is:
issuefunction in portfolioChildrenOf("issuetype = Initiative and Account = 'XXX'")
A few things to note:
^ This was specific to our need, but there are other ways of doing this and to lower levels of your work hierarchy - for example, we use a similar approach when searching for stories.
If this doesn't provide you sufficient information, let me know your specific problem and I'd be happy to try and help you :)
Ste
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.