Hi,
I'm trying to build an advanced JIRA request by there is something missing.
My request should be the combination of 2 requests :
project = xxx AND issuetype = Feature
project = xxx AND issuetype = EPICS and labels ="YYY"
(for One EPICS, I have many Features)
What I want is to only extract the Feature for which the EPIC to which they are linked contain the value "YYY" in the labels FIELD)
Some thing like project = xxx AND issuetype = FEATURE and EPIC.labels contains "YYY"
Hope it's clear and you can help me.
Best Regards
Labels is a field which is present either in FEATURE and EPIC type
Here my request concern EPIC Type.
In the menatime, I may have found something that could work :
project = XXX AND issuetype = Feature AND issueFunction in linkedIssuesOfAll("project = XXX and issuetype =EPIC and labels = YYY")
After having additionnal look on documentation, I found linkedIssueOfAll () request that seems to be used as a link betwwen 2 requests.
Do you think it could be the right solution ?
Looks good!
An EPIC is a type of ISSUE.
I think what you want is to add matching labels on the epics and features.
You could also write your query to include all epics but only the features that include the label.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.