Hello everyone,
Basically I would like to use issueFunction in issuesInEpics() with a filter include.
The filter is a group of specific Features under certain conditions, that I want to see the issuesInEpic(). I want to see a way to use this funcion through my filter to automatize the process and not paste ID by ID manually as are appearing new features when are matching my conditions of the filter
It is possible or exist other way to achieve the same result?
Regards and thanks in advance!
From the terms you're mentioning, I'm assuming you're using ScriptRunner in your environment?
Steps to solve this:
1) Create a filter for the Features that you want to be the 'parents' to find the children for
2) Create a second filter: "issueFunction in issuesInEpics("filter=10600")" >> where 10600 = the filterID of the first filter.
This should work!
Hey Hans thanks for the answer
Unfortunately I am not using, so appears me an error when I am doing in that way.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then, I'm afraid that it's not possible. The 'issuefunction' part is a feature delivered by ScriptRunner and not natively present in Jira.
See more information here: https://confluence.atlassian.com/jiracoreserver/advanced-searching-fields-reference-939937719.html
As you can see, with native Jira you can only search for:
"Epic Link" = <specific issue-key>
OR
"Epic Link" = <summary of specific issue>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks as I was reading this is an Issue.
Can exist other way to arrive to this result?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know of another way (other than using ScriptRunner), but maybe someone else on the Community would know. Hang in there!
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.