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: 

How to Write script to edit permission schemes using REST calls

Prasad Netaji N
Contributor
January 21, 2020

How to Write script to edit permission schemes using REST calls

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Bastian Stehmann
Community Champion
January 21, 2020

Hi @Prasad Netaji N ,

 

Here is a link to the api https://docs.atlassian.com/software/jira/docs/api/REST/8.5.3/?_ga=2.53176872.1805901695.1579239025-315489623.1565892084#api/2/permissionscheme

 

You can use any scripting language that suits you and that allows to do REST calls to create the script.

Prasad Netaji N
Contributor
January 21, 2020

How to use scripting language and include  REST calls to edit permision scheme perticular

Bastian Stehmann
Community Champion
January 22, 2020

That depends on the language and what you want to do.

But I think without general knowledge in writing scripts you will not achieve what you want.

0 votes
Adrian Stephen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 21, 2020

Hi @Prasad Netaji N 

 

The complete list of supported rest endpoints related to permissions schemes can be found here:

Prasad Netaji N
Contributor
January 21, 2020

Thanks.