Heya Upendar, you can try using the linkedissues() JQL function from this documentation - Advanced Searching Functions
Give it a try and see if it works for you :)
Try to use following query , it will give you all the results with least one issue from project you will mention.
For example
Following query will return all the issues which have atleast one link with project "test"
issue in links("project = test")
if you want to search issues by project and link type for example relates to, story, blocks etc.. then following query will work
issue in links("linktype", "project = projectname")
Following query will help you to
Find all issues which are linked or links project "Test"
issue in linkedByIssueProject("test")
You can find more useful queries at following link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Muhammad Ramzan,
Thanks for the answer but it did not work for my requirement, here is my requirement please provide me the solution.
I have been using Jira and Jira Service desk, I would like to prepare a list how many tickets are linked from Jira Service Desk to Jira Project.
Basically I am using Jira service desk for the production support and Jira for Enhancements in my organisation, so I would like to know how many support tickets are linked to enhancements.
It would be great if you can assist on the same
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.
Hi ,
There is a plugin(JQL Search extensions for Jira) which gives us the advanced query feature to find the linked issues .
Please find the documentation here for the cloud server below
Server - Click here
Cloud - Click here
Regards,
Sudhakar
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.