Update fields of an issue
Note: this action requires Jira Login Action
To update the fields of an issue you need to specify an issue key and field data as action inputs, like:
- name: Comment on issue
uses: kherP/jira-custom-field@v1.1.2
with:
issue: INC-2;INC-3
fields: customfield_10006=https://www.google.com;customfield_10007=4
- None
issue
- An issue key to add a comment forfields
- fields to update (only support text or number field for now)
- None
issue
- None