Is there any API available to validate Jira Project Name while creating a project ? For Server/DC

Vishal Kharde September 30, 2020

There is a Jira Standard API available to validate a Project Key (GET /rest/api/2/projectvalidate/key).

As per our requirement, we need to create a jira project programmatically through api's, we need to validate Jira Project Name.

For Jira Cloud, API is available to validate Jira Project Name(GET /rest/api/3/projectvalidate/validProjectName).

Not sure why its not made available for server/datacenter even though its a a valid case and frequently needed when any project needs to be created using APIs.

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 1, 2020

Hello @Vishal Kharde 

 

It seems that there is not a api for this, you will need to get all project of your instance and look into the list.

Vishal Kharde October 1, 2020

Thanks for the response but this lookup approach is time consuming(assume if there are more than 100 projects). Also there will be a separate implementation needed to check the formating and length of the project name. It will be better if API is provided for the same which does all the validation for the project name.

Vishal Kharde October 20, 2020

A feature request has been raised to implement the API for validating project name. 

https://jira.atlassian.com/browse/JRASERVER-71636

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events