Issue Summary
JIRA doesn't detect changes to the pull request title unless an update is made to the PR itself in GHE, i.e. a merge or closure. This is problematic if you want to associate the PR to a JIRA issue and forget to add the ticket key, so if you go back to GitHub after the PR was created and JIRA has already written the data to AO_E8B6CC_PULL_REQUEST, you will need to merge or close the PR in order to sync the PR with the key
Steps to Reproduce
- link JIRA with a GH or GHE org
- create a PR in one of the repos
- sync the repo with JIRA
- go back into GitHub and update title with a JIRA issue key
- peform a full sync in JIRA
Expected Results
JIRA would sync the update to the PR and create a link to the issue
Actual Results
The data in AO_E8B6CC_PULL_REQUEST is not updated and the issue is not linked to the PR
Workaround
You will need to wait until the PR is either merged to closed at this point it should pick up the change in the next sync.