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.
Dear all,
I want to create a filter to search tasks which may be unblocked -> status "BLOCKED" with linked issuses which have been DONE. I was trying this:
project = X and status = BLOCKED and issueFunction in linkedIssuesOf("status = Done" ,"is blocked by")
What is wrong?
Thanks,
Hi @Paulina Mijal , you need to use "link name" which goes FROM linked issue TO your issue with "Blocked" status. So it might be something like...
Can you give it a try?
It doesn't work :( I found that one example and I know it has to be findable, but just nothing works :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share screenshot of both issues links configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Martin Bayer [MoroSystems, s.r.o.] The first screenshot is from the BLOCKED issue and second is the one is DONE.
Thanks!!!!
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.
Hi @Paulina Mijal I just creatd testing data on my instance and it works as expected. What version of Jira and Script runner do you use? Can you Reindex your STOR project?
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.
Sorry, I have only older version of Jira available to test it. Can you try to reindex STOR project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Martin Bayer [MoroSystems, s.r.o.] What does the reindexing? How this affects to the project and on the entire system?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Paulina Mijal Index is "file" which is searched when using JQL. Reindexing process will update the index with current data on issues. More about reindex can be found here: https://confluence.atlassian.com/adminjiraserver/search-indexing-938847710.html
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.