I want to update an issue by rest api. Do I need any permissions to do that?
For example, global permissions, project permissions, issue security permission, etc.
You would need the same permissions that are required to edit an issue via the UI -- Browse project, Edit issues.
I can edit issues on the JIRA screen.
Don't I need administrator permissions(global permissions, project permissions, issue security permission)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since your interactions over the API are performed by a specific user, you will only need administrative permissions when you're performing administrative action via API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @秋山智暉
Please refer this Jira REST API doc https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#permissions
Thank you,
Ashish
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.