Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
JQL reading list and references: |
...
Code Block |
---|
$metadata:<MEATADATA KEY> |
OR
Code Block |
---|
$metadata:'<MEATADATA KEY>' <- Quotes required if the metadata value may contain blanks |
Like this:
...
For example:
The metadata key/value pair is defined: projectkey=SAM
Jira Snapshots search JQL clause may be set to use this metadata:
Code Block project = $metadata:projectkey
The actual search that will be sent to Jira is this:
Code Block project= SAM
...