| Summary: | [workflow] update Trac task with revision id upon commit of changeset | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Alex Batlin <Alex.Batlin> |
| Component: | Mylyn | Assignee: | Project Inbox <mylyn-triaged> |
| Status: | CLOSED MOVED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | hazen, jim.kass |
| Version: | 3.6 | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 306790 | ||
| Bug Blocks: | 357472 | ||
|
Description
Alex Batlin
Just to clarify: Does the Trac task get an incoming indicator for the comment added by the commit hook when it is synchronized or opened? (In reply to comment #1) > Just to clarify: Does the Trac task get an incoming indicator for the comment > added by the commit hook when it is synchronized or opened? Yes it does. What I am not clear about though, is whether or not the hook should be required at all i.e. a. is it intentional that Mylyn Trac plugin does not update the task tickets with changeset or b. it should do so, but does not If it's (b) then it is a bug. If it's (a), then I will kindly ask for enhancement to be added to update trac task. This is very useful, as when viewing the ticket in Trac, if it has a the changeset #NNN in comment, I can very quickly see the associated set of changes with the task. Current implementation does not do that, so I can browse the code in Trac and see the related task, but not the changeset from the task. As mentioned, I can workaround this by having the post-commit hook, but it's seems clumsy as seems the best solution is for Mylyn to inact the commit, and at the same time update the task, so no need for the hook. Thanks for the explanations. It is (a) - a feature that is currently not supported by Mylyn. I have marked the report as helpwanted to indicate that adding this feature is currently not a high priority but we would be happy to support and accept a contribution. (In reply to comment #3) > Thanks for the explanations. It is (a) - a feature that is currently not > supported by Mylyn. I have marked the report as helpwanted to indicate that > adding this feature is currently not a high priority but we would be happy to > support and accept a contribution. great, many thanks. that clears up my understanding. if I have some spare time, I will check to see if I can contribute something. *** Bug 311812 has been marked as a duplicate of this bug. *** I found this issue while searching for solutions which would allow Trac task status modification based on commit message: I'd like to be able edit the Mylyn auto-generated commit message, e.g. from "NEW - # 123: Issue title..." to "FIXED - # 123: Issue title..." to allow automatic linking of changeset with task as well as update of task status from NEW to FIXED. For the time being, a subversion post-commit hook sounds like the right approach. Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn |