Forums

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

How to query jira issues based on product type

Santosh Patil
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2017

Hi All,

Please help me to query jira tickets based on product type (Jira core , Jira software and Jira service desk).

Supose in my jira host  two product are running , but i am interasted to query only one product lets say(Jira Software) issues. Please help me how to get only jira software tickets using rest API. 

 

2 answers

1 vote
Nic Brough -Adaptavist-
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.
August 21, 2017

JIRA doesn't distinguish between them at an issue level.  There's no JQL to look at the application.

The best I can suggest is using project categories to classify your projects, then searches can at least say "category = x".  But you'll need your admins to remember to set and update categories of projects when they create or change them.

0 votes
Thierry BLOCH
Contributor
July 24, 2024

Hello

I found your question and now we can do it :

 

projectType =

  • software
  • service desk
  • business
  • product_discovery
  • customer_service
  • ops

Suggest an answer

Log in or Sign up to answer