Forums

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

ScriptRunner REST-Endpoint Workflow Transition permission missiong

Steffen Stamprath
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.
December 18, 2019

I created a script that change an issue from one to another status. It works perfekt when I run it over the script runner console. But the same as scriptrunner rest endpoint raise the error:

Fehler beim Wechseln des Status. Issue YY-12344.  TransitionId: 71. Fehler: Sie sind nicht berechtigt, Vorgänge zuzuweisen.

(Translated: Status change failed. Issue YY-12344. TransitionId: 71.  Error: You are not authorized to assign tasks.)

I use the following script and the user I give to the method XXXX() is always the same.

 

ApplicationUser user = A_DEFINED_USER;
IssueService.TransitionValidationResult validationResult = issueService.validateTransition(user, issue.getId(), actionDescriptor.getId(), issueInputParameters)

 

What do I wrong?

Thanks for helping!

2 answers

0 votes
Steffen Stamprath
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.
January 15, 2020

Nobody?

0 votes
brbojorque
Community Champion
December 18, 2019

Hi @Steffen Stamprath ,

Make sure that the user has enough permission to be able to perform the action.

Try it manually and eventually in the API try your user credentials.

Steffen Stamprath
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.
December 19, 2019

The REST-API ist called without logged in user. But the function validateTransition() take the correct user (first parameter).

Steffen Stamprath
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.
December 19, 2019

Suggest an answer

Log in or Sign up to answer