Project

General

Profile

How to associate "Issue" with a checkin/delivery/submission of code?

Added by prembo _ almost 15 years ago

Hi,

[I'm very new to Redmine!]

I'm coming from a ClearQuest/ClearCase background and have appreciated the ability to associate a "story" or "issue" with a specific "delivery" of code. Based on that task, it is very easy to pull up the change set and examine exactly what files were added/changed/removed for that particular "issue"/"story". (So basically everytime someone checks out any code to work on it, it has to be associated with an issue/story/task.)

I'm wondering if it is possible to do anything like this with Redmine, please. I'm currently using Mercurial as my SCM, but I'm willing to use SVN if it makes it easier to achieve the stated goal above.

Your help is greatly appreciated. Thanks.
Prembo.


Replies (2)

RE: How to associate "Issue" with a checkin/delivery/submission of code? - Added by Andrew Chaika almost 15 years ago

With SVN (and I think other SCM's) It's possible to add it commit description something like "closed #1, refs #2", when Redmine fetches commit logs it automatically closes issue in first case and references it with issues in both cases. All key words and closed-status are customizable by administrator.

RE: How to associate "Issue" with a checkin/delivery/submission of code? - Added by prembo _ almost 15 years ago

Hi Andrew,

Thanks very much - I see how it works now.

I'll give it a go.

Thanks,
Prembo.

    (1-2/2)