Versions Compared

Key

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

...

  1. Navigate to the issue that you are looking for the ID of, ie ABC-123, within Jira
  2. Click in the top right corner and select Export XML
  3. The Issue ID will be stored inside the <key> XML element

...

Code Block
languagegroovy
 {

    getTests(jql: "Issue = 'FIR-19'",limit:1){

        results {

            issueId

            }

        }

}

Info

Content by Label
showLabelsfalse
max5
spacesProductKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "ProductKB"
labelskb-how-to-article

...

hiddentrue

...


Image Added