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: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Is there any API available to validate Jira Project Name while creating a project ? For Server/DC

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mohamed Benziane
Community Champion
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