Versions Compared

Key

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

In the ALM configuration forĀ Jira you can define fields which should be filled out whenever a new issue gets created from the piplanning app.

This is most usable in two scenarios:

...

useful when:

  • There are fields which are mandatory and have to be filled out every-time a new issue gets created.


Image RemovedImage Added


The values have to be defined formatted as JSON, in a JSON fashioned styleJira field-specific syntax.

Info

Why do the Default Fields need JSON formatting?

In order to supportĀ almost any Jira field here, the field values have to be entered in the field-appropriate JSON format. Read below for examples of the proper syntax.


Table of Contents

Any fields

...

Code Block
{"EPICLINK":"PROG-2"}


Image RemovedImage Added

Note

If this is set for a team, it will not create an issue in Jira as long as the corresponding sticky note is not linked to any Backlog-item in the app which is synced to Jira (as an epic).

...