The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to filter tickets raised by customer in jira service desk using request-type field

atltools
April 3, 2018

Hi,

 

We are using JSD for ticketing and customer are logging tickets for builds and I want to filter out all the tickets raised by the customers in jira service desk using request-type field as shown in the screenshotJSD requests.PNG.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tarun Sapra
Community Champion
April 3, 2018

You can use the "Customer request type" field in JQL to fetch JSD tickets by request type.

From the docs

Customer Request Type values follow the format of " projectkey/lowercased-form-title-hyphenated", so it may be possible to guess.
For example project key of "ITS":

  1. General Assistance = its/general-assistance
  2. Infrastructure Support = its/infrastructure-support
  3. Telecommunications / Telephones = its/telecommunications--telephones (notice the double hyphen on this one)
0 votes
Alana Fernando
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 Champions.
April 3, 2018

hi,

for the best of my knowledge it is not possible to identify issues created by clients using request type unless you configured clients to create a certain request types where those request type can not create by internal users( your team members) 

 

alternatively you may try one of below queries. 

reporter  in (<client 1 user name>, <Client 2 user name>)// you can use this JQL with default JIRA. define all of your clients who are log in tickets. (not efficient if you have lot of clients)


//IF you have Jtricks plugin installed

reporter in membersOf("<Client group-name>") // use this if you have created a group and associated all of your clients in this group.


 

JQL tricks support document

TAGS
AUG Leaders

Atlassian Community Events