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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.