-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Issue - Development / Releases
-
4
-
Minor
Issue Summary
In Github, when the pull request is auto approved and merged using the github-bot, the status would not reflect in the corresponding Jira issue. whilst, the manual merge would update the status in Jira.
Steps to Reproduce
- Use one of the auto-approve action from github marketplace.
- create a workflow and add the auto-approve.yml file in the workflow.
- Similarly use one of the auto-merge action from github marketplace.
- add the automerge.yml file in the workflow -> in this case, it would need a label as "auto-merge" to trigger the bot
- Create PR -> the bot will automatically trigger the workflow actions that has been specified.
- Once done, you will notice that the status has been changed to "Merged" however, Jira would still show as "Open".
- With the manual update, you will not notice this problem.
Using Bot :

Manual update :

Expected Results
Jira to synchronize the status irrespective of the status been updated by bot or manually.
Actual Results
Jira does not synchronize the status.
Workaround
No workaround