| Summary: | UI is missing custom statuses (no way to change status to non-standard bug status) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Severin Gehwolf <sgehwolf> | ||||
| Component: | Mylyn | Assignee: | Mylyn Inbox <mylyn-inbox> | ||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | eclipse, robert.elves, sgehwolf | ||||
| Version: | dev | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Severin Gehwolf
Have you tried the custom workflow support implemented as part of bug 259291 and described here: http://wiki.eclipse.org/Mylyn/Bugzilla_Connector#Custom_Transitions ? (In reply to comment #1) > Have you tried the custom workflow support implemented as part of bug 259291 > and described here: > http://wiki.eclipse.org/Mylyn/Bugzilla_Connector#Custom_Transitions ? Yes. The above document seems only be concerned about transitions logic. In other words which transitions should Mylyn allow and which not when trying to submit. I can add a transitions mapping file, but that doesn't change the UI of individual Bugzilla bugs. How would I change status to ON_QA for instance? I might be reading the code wrong, but it looks like the CustomTransitionManager class and related code does not introduce UI for showing, let alone, changing custom statuses. Thoughts? Thanks! Created attachment 187781 [details]
Custom_Workflow_and_StatusTransition.txt
Here an example that use custom status transitions for the Mylyn test repo.
So I think it should work for you.
(In reply to comment #3) > Created attachment 187781 [details] > Custom_Workflow_and_StatusTransition.txt > > Here an example that use custom status transitions for the Mylyn test repo. > > So I think it should work for you. Thanks Frank! Using this transition file did the trick (using a weekly build). You can close this bug if you like. Remark: There is certainly room for improvement in terms of documentation. E.g. I was unaware that "name" in the transition file is a keyword. I can try to make the documentation on the wiki better if you wish. (In reply to comment #4) > (In reply to comment #3) > > Created attachment 187781 [details] [details] > > Custom_Workflow_and_StatusTransition.txt > > > > Here an example that use custom status transitions for the Mylyn test repo. > > > > So I think it should work for you. > > Thanks Frank! Using this transition file did the trick (using a weekly build). > You can close this bug if you like. > > Remark: There is certainly room for improvement in terms of documentation. E.g. > I was unaware that "name" in the transition file is a keyword. I can try to > make the documentation on the wiki better if you wish. It would be great if you find time to do the documentation. |