You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
Can you please help me with Filter query, that is searching for all issues, that belong to the epics, which, in its turn, are children of one specific ticket of type Initiative?
I can for example find all epics of the initiative with this query "Parent Link" in (initiative_id)" or to find all issues of epic with this query "Epic Link" in (epic_id)", but I don't understand how to put one query into another. It seems that JQL doesn't support such functionality.
Can you please give me some hints for this problem?
Thank you,
Natallia.
Hi, just as follow-up, I found a way to query this with ScriptRunner, with the following query: (issueFunction in issuesInEpics(" 'Parent Link' ='InitId' ") OR "Parent Link" =InitId).
It returns all epics of the given Initiative, and also all stories of these epics.
Thanks,
Natallia.
Old topic, but this may help somebody..
When using Portfolio:
https://confluence.atlassian.com/jiraportfolioserver/searching-for-issues-using-portfolio-issue-details-940678957.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This unfortunately is not avaliable out of the box. JIRA doesn't provide any functions that allow you to search multiple levels at a time. Add-ons like Scriptrunner and JQL tricks do provide this ability however.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Steven Behnke
can you help me how i can achieve below scenario with scriptrunner
I want to check values of one object which may be directly or indirectly linked to current object.
Eg:
I want to retrieve value of field from "Story" object, and my current object is "Enabler".
1. Direct link: Enabler -->Story
2. Indirect link : Enabler --->Feature--->Story
Please suggest some solution for this problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
have you got script runner installed? google Script Runner issueFunction
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.