Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Now, you can define a custom variable in ARN template JQLs and pass it’s value from a Webhook URL parameter. JQLs in the template shall use that value and produce issue data accordingly.

Let’s see the steps:

Step 1

  • Add/edit any type of template in ARN

  • In the JQL section within the template, include a custom variable in the JQL like this

    project = "[projectId]" and fixVersion ="[versionId]" and labels = "[labelName]"

 Step 2

While passing values of custom variables in the webhook URL, spaces and special characters should be replaced with relevant URL encode values.
Example : If the value of a labels field is “ARN & Roadmap Portal”, then it will be passed in the webhook URL like this:

You can use any online service like this to convert the variable value in valid format.

Important points to note

  • No labels