Is there any REST API to get issue types by name?

Steven Pila March 27, 2023

Hi,

We would want to know if it's possible to search/get an issue type by name using the REST API?

Currently, all we can found is the get all issue types REST API but it will return all issue types and there's no way to filter it or return only issue types by name.

Thanks.

1 answer

0 votes
Juan Carlos Vera
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 27, 2023

Hi @Steven Pila ,

You  can  try to Filter de return issues, like this example that return only Bugs:

 

{your url}/rest/api/2/search?jql=issuetype=Bug

 

Steven Pila March 27, 2023

Hi @Juan Carlos Vera , oh sorry but I'm talking about the issue types and not really the issues. :D

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events