Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 12 years ago

#96 closed enhancement (fixed)

Automatic closing of ticket after check in

Reported by: kmr@… Owned by: Jonas Borgström
Priority: low Milestone: 0.7
Component: ticket system Version: 0.5.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

It would be handy if checking in the fix for a ticket could automatically close the ticket. For example the comment for [112] says that it "fixes #50" and then the next thing in the timeline is: "Ticket #50 closed by daniel"

This could be streamlined if Trac could spot the "fixes #50" in the comment and close the ticket, perhaps after adding a comment to the ticket saying "Fixed by [112]".

To avoid accidental closing of tickets perhaps the syntax in the check in message should be something like:

[fixes #50]

Attachments (0)

Change History (7)

comment:1 by Jonas Borgström, 20 years ago

Milestone: 0.6

Yes, this is a good idea, the debian bug tracking system does something similar.

But we don't want to force this behavour on people, so a simple (optional) svn post commit script might be a better idea…

comment:2 by daniel, 20 years ago

I agree, it's better to do this in a post-commit script in svn.. Thinking about it, there's a possible (and entirely subjective perspective of the individual team) advantage of not closing tickets automatically - an extra round of auditing, or at least eyeballing, of patches coming in before closing the related ticket.

Just a thought. It is a neat and useful feature though.

There's more stuff we could do in post-commit too, like synchronize the db or mop the floor :-)

comment:3 by Jonas Borgström, 20 years ago

Status: newassigned

comment:4 by Jonas Borgström, 20 years ago

Milestone: 0.60.7

The script was added to the repository in [294]. I'm still leaving this ticket open until the script has some sort of documentation in the wiki. This won't block 0.6 any more though.

comment:5 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [294].

comment:6 by anonymous, 18 years ago

More about automatically changing tickets with SCM commits can be found in this FAQ entry or search for "trac-post-commit-hook"

It took me a bit too long to find that info, this ticket was my first Google hit. Hopefully this comment will save some people some time :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.