Hello everyone. I am very new to Jira, and I have a question.
A bit of context. New user comes in -> new request for access -> approved/declined. Now if in the meantime the user form needs to be modified I have a rule to create a new subtask on the request. What I want is for the subtask to be created only if the original request is approved, so I need to put in a condition to create the subtask only if the request is approved beforehand.
So where the plus is want to put the condition but I am a bit lost. Any help is much appreciated.
Hello,
When you execute the rest/auth/1/session REST call, you get a cookie as a request. Then you have to pass this cookie in all subsequent requests. You can find more info here:
https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-cookie-based-authentication/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.