Versioner sammenlignet

Nøgle

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

...

Double programming of functionality

As Jira has no enhanced builtin awareness/functionality that relates to the part-child or linked issues, I often are asked by customers to program such things - this is often:

  • Some awareness of issues blocking each other; like when a issue/subtasks is closed, other issues are made aware of this by transition or comment
  • Duplication of comments between issues; some issue are added an attachment, and parent/child/linked issues are automatiocally added the same attachment 
  • Duplication of attachments between issues; some issue are added an attachment, and parent/child/linked issues are automatiocally added the same attachment attachment
  •  
Tip

Several add-on can perform part or all of the points above - my primary favorites are JSU Automatiuon Suite and Automation.

But I mostly use JIRA Scriptrunner - I does require programming, but extends flexability of the function; the downside is its more time consuming and you have to maintain the groovy code Yourself (between upgrades etc)


Very often, these functionalities need to be programmed twice; one for subtaks and one for linked tasks.

...