Búsquedas recientes
No hay búsquedas recientes
Jira Integration - Count Jira issues created within set time
Respondidas
Publicado 16 jul 2021
Hey there
We had set up the Jira Integration correctly and it's working as expected.
And we have Jira issue status sync to a ticket field "Dev status".
for example, we have 3 status
- Backlog
- WIP
- Complete
Now, we're trying to count a metric: the number of Jira issues created from Zendesk via App(Integration).
I've set up below standard calculated attributes and hope to filter by it however it doesn't seem to be working. (I even tried with the ticket field ID)
Any thought or suggestion to achieve this would be appreciated!
IF ([Changes - Field name] = "Dev status"
AND [Changes - Previous value] = NULL
AND [Changes - New value] = "Backlog" )
THEN "True" ELSE "False"
ENDIF
IF ([Changes - Field name] = "Dev status"
AND [Changes - Previous value] = "-"
AND [Changes - New value] = "Backlog" )
THEN "True" ELSE "False"
ENDIF
2
5
5 comentarios
Gab Guinto
Hi Nemo,
What metric are you using with your attribute? This formula looks correct –You may also check again if the correct field name and field value (these are case-sensitive) are referenced in the formula. Make sure that the actual name of the field is Dev status and whether the correct value is backlog or Backlog.
Hope this helps. Thanks Nemo!
0
Mukesh Kumar
Hey Guys,
Is it possible to pull the JIRA metrics into ZD queries?
Say I need 'JIRA ticket number', 'Date JIRA Created/Linked', 'JIRA Status' etc in my report.
I appreciate your time and thank you in advance for your advice.
0
Shayne Traqueña
Hi Mukesh,
Thank you for reaching out! Jira reporting/analytics using our Zendesk built integration is very limited, unfortunately.
When a Jira issue is linked to a Zendesk we add the tag "jira_escalated" to the ticket but in terms of what Jira information can be reported on say for example using Explore; is very limited. See: https://support.zendesk.com/hc/en-us/articles/235675908-How-can-I-report-on-Support-tickets-linked-to-Jira-
If you set up field syncing and they are syncing Jira fields to Zendesk or vice versa then they could also report on this data in Explore using the associated custom ticket field data but that's only if they have set up the Field Syncing feature.
Beyond this, we do not store any linked Jira issue-related data in the Ticket itself that customers can do reporting/analytics on, unfortunately.
As an alternative, you could also consider using our Jira integration API endpoint to pull the raw data about tickets and Jira issues linked in your account and perform their own reporting/analytics in an external platform: https://developer.zendesk.com/api-reference/ticketing/jira/links/
I hope this helps!
0
Angelique Paulus
@...: in your comment you reference to a link about reporting on Jira fields. but that link is not working for me. Can you provide access?
0
Brett Bowser
The link should be pointing to this article for reporting on tags: Reporting with tags
The Jira V3 app automatically adds a Jira_escalated tag to tickets in Support linked to Jira. As a result, you can leverage this tag in reporting.
I hope this helps!
0