...
Web request URL: https://<your_instance>.atlassian.net/rest/api/3/project/{{project.id}}
Headers:
Content-Type: application/json
Authorization: Basic <Jira base64 authentication string>
HTTP method: GET
Web request body: Empty
Check: Delay execution of subsequent rule actions until we've received a response for this web request
...
65. Rule step: create a variable to store the project style
...
Variable name: projectStyle
Smart value: {{webResponse.body.style}}
...
76. Rule step: create condition for “next-gen” projects
...
First value: {{projectStyle}}
Condition: equals
Second value: next-gen
...
87. Get the Projectrak authorization token and store it in a variable
...
“6. Get the Projectrak JWT”
“7. Store the JWT in a variable“
48. Rule step: get the “Yes” value id, from the Projectrak “Team managed project” field
...
Web request URL: https://profields-cloud.deiser.com/items/fields/<select_field_id>?query=Yes
Headers:
Content-Type: application/json
Authorization: Bearer {{projectrakJwt}}
HTTP method: GET
Web request body: Empty
Check: Delay execution of subsequent rule actions until we've received a response for this web request
...
59. Rule step: store the Status id in a variable
...
Variable name: projectrakYesTeamManagedId
Smart value: {{#webResponse.body.values}}{{id}}{{/}}
...
1510. Rule step: update project “Team managed project” field to “Yes”
...