Hi all!
I´m looking for ways to fetch the implements of stories indicated.
I´m trying to look "project = X AND issue in (XYZ-6829, XYZ-6374, implements)". But return a error.
Thanks!
Hi @Ana Luiza Chagas
What are you meaning by "implements of stories indicated" ? What is your hosting solution, Data Center or Cloud ?
If Data Center
If it's a link you will need to use an app that add JQL fucntions because the vanilla feature to work with links only support 1 key.
issue in linkedIssues(ABC-123,"is duplicated by")
If you just need those 2 issues you can do
project = X and ( issue in linkedIssues(XYZ-6829, "implements") or issue in linkedIssues(XYZ-6374, "implements") )
Reference
https://docs.adaptavist.com/sr4js/latest/features/jql-functions/included-jql-functions/issue-links
https://www.j-tricks.com/jqlt-links-functions.html
Regards
Hi @Ana Luiza Chagas ,
Please share the error as well for more clarity.
Besides, issue keyword would take either Issuekey or another function as input, I believe 'implements' word here is the problem.
Thanks,Aditya
Hi everone!When I trying write the function: "issue in linkedIssues("XYZ-6829", implements)", generates a positive return and returns the implement of the indicated item, I wanted to know how I could indicate more than one item for it to return more than one implement.
You cannot as mention in my post above, you need an app, it's not supported on jira. App to choose depends on the hosting you have, Data Center or Cloud.
It looks like you're new here. Sign in or register to get started.