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.
Updates a JIRA issues field like Fix version or Links. Existing value is overwritten.