Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note

Required

To perform this use case, you need to have technical knowledge. If you need any kind of help, you can contact us through help@deiser.com

Create an automation rule

1. Configure trigger

Create a new trigger → Issue created

2. Get the authorization token

Add the steps “Get the Projectrak JWT” and then “Store the JWT in a variable“, described at this link: https://deiser-apps.atlassian.net/wiki/spaces/PROJECTRAKCLOUD/pages/1641490/How+to+create+a+Projectrak+authorization+in+Automation+for+Jira?src=search

Note

Important:
If you don’t have already created a Projectrak API token , you have to do so as described in the first steps of the above link. If you have already got it, you can reuse it.

3. Get the value of the project field for the issue project

...

  • Web request URL: https://profields-cloud.deiser.com/values/projects/{{issue.project.id}}/fields/25

  • Headers:

  • HTTP method: GET

  • Web request body: Empty

  • Check: Delay execution of subsequent rule actions until we've received a response for this web request

...