Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Referencing Jira tickets in GitHub PR bodies

Tom Dalling
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 6, 2021

According to this page, Jira issues can only be referenced 1) in a commit title, 2) at the start of a PR title, or 3) at the start of a branch name. The Git history is important to me, so I would prefer to keep Jira-specific workarounds to a minimum. Ideally, I want to be able to reference a Jira ticket in the body of a commit or PR, not the title, but Jira automations do not seem to detect these. Is there any way to get Jira automations working with issue references in the commit/PR bodies?

1 answer

0 votes
João
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 8, 2021

I have the same need.

Mainly to use the git traillers that already work with Github-issues for instance:

 

```

Add Readme file

 

This is the remaining / body of commit.

After the separation line or just at the end lives the traillers.


---

Github-issue: #61

Jira-issue: OP-22
Changelog: feature

```

Suggest an answer

Log in or Sign up to answer