Jira Source Tag to show related code for pre-commit review

bluecolour pinky April 6, 2014

hi all,

i am working on jira/crucible/perforce related integration for company, the dateline is almost up. *cry*

i am able to do a pre-commit review on perforce pending changelist. the problem i am facing now is i need to find a way to show the related code in the jira issue source tag.

for post commit review can be done by adding issue key to the commit message.

any idea how to do it for pre-commit review? or any idea to show a code change notice in jira issue?

please help me, thank you.

1 answer

1 accepted

0 votes
Answer accepted
Nick
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 7, 2014

You'll have to write a simple plugin for JIRA, which exposes another tab for "Pre-commit Source" and then have that query a REST endpoint you write in your Crucible plugin to expose the Pre-commit Source for a given Issue Key.

Suggest an answer

Log in or Sign up to answer