You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A feature request has been raised to implement the API for validating project name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.