Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

These days several other ways exist:

Script/TypeComments
Automation App

Almost standard now-a-days...

Some Apps, like JSU App and Script Runner App offer parts of automation

Atlassian CLI

My favorite tool (tommel op), used in Making a free JIRA Scheduler - and can Can be "integrated via shell calls from script, powershell and other programming languages.

As it is java based, it is virtually platform independant, the main downside is that is is slow.

JIRA JellyScript

See Atlassian (old) samples at: https://confluence.atlassian.com/display/JIRA/Jelly+Escalation 

Status
colourRed
titleDeprecated

Groovy

Supported by the Script Runner plugin - This should be very good, made by Jamie Echlin App and some other Apps.

See some See sam samples at https://jamieechlin.atlassian.net/wiki/display/GRV/Miscellaneous+Groovy+Scripts

REST APIInterfacing with JIRA through webservices - REST, The SOAP and XML-RCP is deprecated

...