Hi All,
Is there any way to create a filter in Jira cloud or using script runner for jira cloud that will automatically insert a newly created epic into an existing portfolio filter that shows all epics and child tickets rather then manually entering the epic key (xx-xxx) into the jql filter query ?
Hi Sean,
Please refer to the documentation on the Enhanced Search feature provided by ScriptRunner cloud which is located here.
You can then use either the epicsOf() function to find the newly created epics and once you have a filter which finds these you can save the enhanced search and share it with users.
This filter can then be called inside an existing JQL filter in order to provide its returned results to the filter using the JQL syntax outlined below.
filter = "<NameOfFilterHere>"
Thanks
Kristian
Thank you, I'll give this a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sean,
If this answer has managed to resolve your issue can you please mark it as accepted so that other users searching for a similar question can see that this has been marked as a correct answer.
Kristian
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.