How to Track Jira Issues and GitHub Commit History in Digital Product Release Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
We have configured the product for DPR usage and connected Jira and GitHub.
What needs to be done to ensure that the commit history linked to issues in Jira is also tracked in DPR?
Seeing that a Commits tab exists, it seems that the related information should be collected.
However, it is not being collected.
Please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
35m ago
Hi ,@Suhyeon Lee
To include commit information in your JIRA work items, please follow these steps:
- Associate the JIRA plan and GitHub repository with a product in DPR.
- When making a commit in GitHub, include the native ID of the JIRA work item in the commit message by following one of the patterns mentioned in the attached document link.
Example:WORKITEM1: test commit
- This will automatically link the commit to the corresponding work item, allowing you to view commit details directly within the work item
For more information please follow this document:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11m ago
Hi, @SuryakiranMeka
The Jira project and GitHub repository are already connected to the product configured in DPR.
As you mentioned, I included the Work Item number in the commit message, but the linkage is not happening.
Is there something I might have missed?