The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello
I have a web response that validates correctly
The payload returned is:
{ "access_token": "<snip>", "refresh_token": "<snip>", "scope": "useraccount", "token_type": "Bearer", "expires_in": 1799 }
I do have "Delay execution of subsequent rule actions until we've received a response for this web request" checked
I have another send web request that needs to use the access_token in its Authorization header value like so:
The full value is Bearer {{webResponse.body.access_token}}
Thus far I have not been able to successfully build this string :( and validating the second request returns authorization failed. I have tested copy/pasting the access_token into the header and it does work
UPDATE ***
I believe the token is being passed at this point (after testing) however now it seems like the Web request URL isn't accepting the custom field value
https://some/api/endpoint?number={{issue.customfield_123456.value}}
Any help is appreciated
Looks like I've been able to answer this myself
The custom field value is text so it looks like in both cases all I had to do was remove the .value
{{issue.customfield_123456}} worked.
The 2020 acquisition of Mindville added powerful asset and configuration management capabilities to Jira Service Management in the form of Insight. Following the completion of that integration, custo...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.