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.
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.