Feature #25035
Option to set current date as a default value of date format custom field
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Custom fields | |||
Target version: | Candidate for next minor release | |||
Resolution: |
Description
It would be very useful if we can set current date to a date format custom field when we create a new issue.
Related forum post:
Related issues
History
#1
Updated by Go MAEDA over 5 years ago
- Related to Feature #20382: Date Custom Field Defaut Value added
#2
Updated by Mizuki ISHIKAWA almost 4 years ago
- File add_current_date.patch
added
I wrote a patch to realize this feature.
Implementation for setting the default value to current date may not be the best way.
Feedback is welcome.
#3
Updated by Go MAEDA almost 4 years ago
- Target version set to Candidate for next minor release
Thank you for sharing the patch. The patch looks fine.
#4
Updated by Go MAEDA over 3 years ago
- Target version changed from Candidate for next minor release to 4.1.0
What do you all think about this patch? Feedbacks welcome.
#5
Updated by Jean-Philippe Lang about 3 years ago
- Target version changed from 4.1.0 to Candidate for next minor release
Mizuki ISHIKAWA wrote:
I wrote a patch to realize this feature.
Implementation for setting the default value to current date may not be the best way.
Feedback is welcome.
Thanks for your patch. It's a usefull feature but this patch has the side effect that it makes the string "current_date" a valid value for date custom fields. I think we need a different approach.