Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1

...

  • Often other users have already done something similar to what you would like to do. Find an example on the Atlassian Community?

  • Look for routines.

  • If the routine you are looking for does not exist, consider implementing a script which consumes an Atlassian REST API (Jira Server/DC), (Cloud).

    • When developing SIL scripts which consume REST API, try using getting results with httpGet().

  • Sometimes in your research Groovy fits the bill (available via the SIL Groovy Connector, Jira Server/DC only). Reasons for using Groovy are the following:

    • Groovy tends to run faster than REST API.

    • Only a “Groovy” solution exists and is the only way to create a workaround.

...