Opened 21 years ago
Closed 16 years ago
#194 closed defect (worksforme)
Terminology issue... 'fixed' tickets
Reported by: | daniel | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | devel |
Severity: | minor | Keywords: | workflow tickettypes |
Cc: | osimons, Christian Boos, matt_callaghan@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
'fixed' isn't a really good term for when you complete an ehancement request or finish a task.
A more generic term would be 'completed', which might be better for different kinds of issues (think tasks, issues, bug fixes, etc).
Examples:
- The task is completed.
- The bug is completed.
- The enhancement is completed.
Vs:
- The task is fixed.
- The bug is fixed.
- The enhancement is fixed.
Attachments (2)
Change History (20)
comment:1 by , 21 years ago
Component: | general → ticket system |
---|---|
Severity: | normal → trivial |
comment:2 by , 21 years ago
Summary: | Terminology issue.,. 'fixed' tickets → Terminology issue... 'fixed' tickets |
---|
comment:3 by , 20 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 by , 20 years ago
Resolution: | wontfix |
---|---|
Severity: | trivial → normal |
Status: | closed → reopened |
Version: | 0.6 → devel |
A resolution type of "fixed" just doesn't fit for enhancements, or other types of non-bugfix tasks.
Rather than "closed", I think a more reasonable new resolution type might be "completed".
If there isn't enough interest among the core developers to add this, could they please outline the scope of changes that would be necessary to implement it? Perhaps another can give it a shot, and provide a patch.
comment:5 by , 20 years ago
Milestone: | → 0.7 |
---|
someone minds. thanks for commenting. I agree with the previous poster. :)
comment:6 by , 20 years ago
Is it possible to enumerate a list with "completed" for enhancements/tasks tickets and "fixed" for bug tickets?
comment:7 by , 20 years ago
The timeline uses the syntax 'resolved'; is this not appropriate? It seems good to me, better than 'completed' even.
comment:8 by , 20 years ago
Milestone: | 0.7 → 0.7.1 |
---|
comment:9 by , 20 years ago
Milestone: | 0.7.1 → 1.0 |
---|
comment:10 by , 18 years ago
The database uses the resolution status of fixed. So that either needs to stay, or we need to add an upgrade again to replace all occurences. Something like: UPDATE ticket SET resolution = 'resolved' WHERE resolution = 'fixed';
comment:11 by , 18 years ago
As cmlenz commented:
so in the ticket screen you'd have "resolve as resolved"?
Which, indeed, sounds peculiar. But the attached patches should at least provide a basis should this get to be changed.
follow-up: 15 comment:12 by , 18 years ago
Milestone: | 1.0 → 0.11 |
---|---|
Severity: | normal → minor |
comment:13 by , 18 years ago
Keywords: | workflow added |
---|
Add workflow keyword due to dependency mentioned by cboos in comment:12
comment:14 by , 18 years ago
Keywords: | tickettypes added |
---|
follow-up: 16 comment:15 by , 17 years ago
Replying to cboos:
As all this is in trunk in time for 0.11 - with workflows and actions, and admin panels for resolutions. Is there anything left here that warrants keeping the ticket open?
- Are we going to change default terminology?
- Are we going to provide 'rename' tools for those who want to migrate existing database to some new terminology?
comment:16 by , 17 years ago
Cc: | added |
---|
We have interest in this default terminology rename. For example:
- Change component to thing
- Change Milestone to goal
- etc..
Is there any way to do this currently or is there something in the works?
follow-up: 18 comment:17 by , 16 years ago
With the workflow-related changes mentioned above + the i18n/l10n features of current trunk (0.12dev) to make a custom translation with own terms and phrases, I think that pretty much covers as much customization as this ticket and related discussion warrants.
I don't see any particular target to close this ticket against at this point, so suggesting a 'worksforme' based on current possibilities. Objections?
comment:18 by , 16 years ago
Milestone: | 0.11.3 |
---|---|
Resolution: | → worksforme |
Status: | reopened → closed |
Replying to osimons:
I don't see any particular target to close this ticket against at this point, so suggesting a 'worksforme' based on current possibilities. Objections?
I suppose not. Closing.
Noone else seems to mind. :)