Versions Compared

Key

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

...

Select which field is used to identify ARTs for Backlog-level issue types and provide the unique value which identifies the ART.

...

Screenshot 2024-10-11 at 16.47.34.pngImage Added

Info

New (October 2024):

Values should be comma-separated and entered without any special formatting

Supported field-types

The following types are supported to sync ARTs between Jira and the piplanning app:

  • Customfield of type single-select

    Code Block{"value": "<ART name /

    select

    value>"}

  • Labels field

    Code Block
    ["<ART name / label value>"]

    If multiple values are specified in the mapping, all need to exist in Jira for a match

  • Customfield of type multi-select

    Code Block
    [{"value": "<ART name / select value>"}]

    If multiple values are specified in the mapping, all need to exist in Jira for a match

  • Customfield of type checkbox

    Code Block
    [{"value": "<ART name / checkbox value>"}]

    If multiple values are specified in the mapping, all need to exist in Jira for a match

  • Please reach out to us if you need other field types.