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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,300
Community Members
 
Community Events
184
Community Groups

Looking for a report that link project tickets with external

Hello Team,

We have a project in Jira which is hosted on server and for the client reporting we do use Zendesk. Once the ticket is created by the customer it is linked with the relevant project in Jira. We are looking for a report that is extracted out of system as we are looking to build some reports with the same. Could you help us to guide what exactly can be done. Either with the doc generator or any report will be a great help.

1 answer

0 votes
Danny
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 04, 2023

Hi @Sagar Dave

Just to clarify, you are looking to run a tabular report from Jira server to display a ZenDesk web links against each Jira ticket. Is that correct?

Thanks,

Danny

Thanks Danny for the quick check, Yes exactly that is what we are looking for.

 

Thanks.

Hi Danny,

 

Any updates?

Danny
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 07, 2023

Hi @Sagar Dave 

Unfortunately, from what I have researched, this is not possible to query via JQL web links against issue tickets. 

Not the best news.

There are other options though:

1. Requesting the ability to perform a JQL search and retrieve a list of remote links to eg: Confluence and other applications as a new column in the issue browser.

This is already in the REST API eg:
http://localhost:8080/rest/api/latest/issue/TST-1/remotelink

Reference is here

 

2. You could add the web link to a text custom field once the issue is linked, so you can use the JQL query to search on the custom field.

 

3. You could sign-up for ScriptRunner add-on and use the parameter linkedIssuesOfRemote to search for Web links, as described in the section Remote Issue Links of the documentation.

 

Original thread here. 

 

Hopefully this help,

Danny

Suggest an answer

Log in or Sign up to answer