Versions Compared

Key

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

...

Table of Contents

Introduction

...

Dive into the enhanced functionalities of Jira Cloud's Advanced Issue Selector. This guide walks you through the various ways you can integrate and automate tasks using the Advanced Issue Selector.

...

  • For a singular issue, use the following format:

    Code Block
    languagejsonnone
    { "fields": { "customfield_XYZ": ["ABC-1"] } }

  • For multiple issues simultaneously:

    Code Block
    { "fields": { "customfield_XYZ": ["ABC-1", "ABC-2"] } }

...