Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to search the implements of stories indicated inJQL?

Ana Luiza Chagas March 9, 2023

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!

3 comments

Comment

Log in or Sign up to comment
Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 9, 2023

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

Like Ana Luiza Chagas likes this
Aditya Verma
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 9, 2023

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

Like Ana Luiza Chagas likes this
Ana Luiza Chagas March 9, 2023

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.

Thanks!

Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 9, 2023

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.

TAGS
AUG Leaders

Atlassian Community Events