icon

Jira Issue Field Add Or Update

Adds or updates field value for all issues from pull request merge commits. It uses the commit message to determine which issues should be commented.

This steps scans last merge commits or last commit if it is not a merge commit, and gathers all Jira issues names found in commit messages. Once the tasks are found it uses the credentials provided to use Jira API and update each found issue field with specified value. Value can be added as an array element or the whole field can be updated.

The regex pattern to look for Jira tasks is "<project_prefix>[0-9]{1,5}"

This step is using Jira API v2.

Similar steps

Change status of JIRA issues.

Updates a JIRA issues field like Fix version or Links. Existing value is overwritten.

Find the jira issue and add it as an environment variable

Updates the release status in Jira, marking it for release. The step includes the option to set the release as a draft.