Create WorkflowScheme via Spring Boot call get 401

Tien Hoang July 17, 2017

I'm using Spring Boot with 'authenticatedAsHostActor' to create a WorkflowScheme via Jira Rest API but always getting 401. Making a curl call with user and pass of this account can create a workflowscheme.  

It seems only happend when creating workflowscheme (anything else like IssueType, IssueTypeLink are ok, my descriptor has act_as_user and admin scope). 

Thanks.

PS.

This is from rest api document. 

`401 - Returned if there is no user or if the user has not entered a websudo session.`

 

Maybe it's related to websudo session

 

1 answer

0 votes
Tien Hoang July 18, 2017

This is from rest api document. 

`401 - Returned if there is no user or if the user has not entered a websudo session.`

 

Maybe it's related to websudo session

Suggest an answer

Log in or Sign up to answer