Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Automate project creation

Sid
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.
February 18, 2019

Hi Team,

I want to create a custom application (python/ any) with UI like a template with details like name of project, key etc., so the users who want to have a JIRA project can enter the values and submit. Once submitted it will be reviewed by JIRA Admin and approves.

Once it is approved it automatically creates a JIRA project for and emails the url to the requester.

So I would like if any one can give your inputs or suggestions to start.

thanks

2 answers

2 accepted

0 votes
Answer accepted
Tom Lister
Community Champion
February 18, 2019

Hi @Sid 

I suggest you use the rest api for creating projects

see

https://developer.atlassian.com/cloud/jira/platform/rest/v3#api-api-3-project-post

For your starter

I also recommend the REST API browser for experimenting easily with api calls

0 votes
Answer accepted
Alexey Matveev
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.
February 18, 2019
Sid
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.
February 18, 2019

Thanks @Alexey Matveev ,

But I want some time of approval involved. Is there any thing I need to consider like permissions?

Alexey Matveev
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.
February 18, 2019

If you want to create a custom application, then you should handle the approval process in your application. If you want to handle the approval process in Jira, then I do not understand why you want to write an application in Python.

Like Foulques de M likes this

Suggest an answer

Log in or Sign up to answer