Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to create Reports from Jira Service Desk using the Request names as my filter

Lawrence Demers March 6, 2020

I am trying to create a report in Confluence that will dynamically pull the keys based on the Requests I created in the project.  e.g.  Vehicle Checkout and Vehicle Repair are two different Requests I created.  I want to have a report that will differentiate them.  They are both Service Request Issue Type.  I have been looking in the JQL syntax helper,

 

1 answer

0 votes
edwin vasquez
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 8, 2020

Hello @Lawrence Demers 

I believe the field you are looking for is actually Customer Request Type. So your JQL query should look something like the one below:

(This will search for both of those request types)

"Customer Request Type" in ("Vehicle Checkout","Vehicle Repair")

 or

(This one will only search for the request type you want.)

"Customer Request Type" = "Vehicle Checkout"

 I hope this helps. Let me know if this answers your question.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events