...
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 language jsonnone { "fields": { "customfield_XYZ": ["ABC-1"] } }
For multiple issues simultaneously:
Code Block { "fields": { "customfield_XYZ": ["ABC-1", "ABC-2"] } }
...