You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I've searched and am not finding the answer. I know I can see the Zendesk information in a ticket detail screen, but I want to show the Zendesk ticket number as a column in my Jira Issue Filter.
Also, is there a better way other than by label jira_escalated to search for tickets that came from Zendesk. While that is a special label there is nothing stopping someone from adding that label to any ticket or removing it from a ticket. I'd like a way to search something like zendesk issue id != ''
Thanks
Hi @Dale Bronk
This is Majid @ Exalate.
The main question here is that how are you integrating between Zendesk and Jira? Is it a custom DIY solution or an app? We, at Exalate, specialise in integrating between different ITSM tools and also boast an advanced scripting engine. The requirement you outlined here would be 1 line of script in Exalate, but I really need to know more details around how you are integrating currently.
Thanks
Majid
First of all, I don't know what is your current setup.
There are many ways how to solve it but is dependent upon your setup, you can create a custom field (ZendeskID) to achieve this and depending on how you create a ticket from Zendesk you can just update the custom field with the Zendesk ID.
In your JQL you can just say.
project = PRO AND ZendeskID NOT EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How to populate this new custom field with the Zendesk Ticket ID? or link to issue? links to docs are much appreciated.
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.