summaryrefslogtreecommitdiff
path: root/issues/i_5c88cb30.cil
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2010-08-05 20:52:17 -0400
committerFrancois Marier <francois@debian.org>2010-08-05 20:52:17 -0400
commit79cef0ebbb86de5ccac38255434d0d2bb18fb3c1 (patch)
treec52a30aed1698086e887ea80b989168416e18f17 /issues/i_5c88cb30.cil
parent2b73a8c304bf705eaa3b83526698e4278accdf46 (diff)
parent9fcb3bc29dfd429f521c4e40452197dc364310c3 (diff)
Merge commit 'upstream/0.07.00'
Diffstat (limited to 'issues/i_5c88cb30.cil')
-rw-r--r--issues/i_5c88cb30.cil31
1 files changed, 31 insertions, 0 deletions
diff --git a/issues/i_5c88cb30.cil b/issues/i_5c88cb30.cil
new file mode 100644
index 0000000..51cb0f4
--- /dev/null
+++ b/issues/i_5c88cb30.cil
@@ -0,0 +1,31 @@
+Summary: Options for issues names needs to be added
+Status: OnHold
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Label: Milestone-Future
+Label: Priority-Low
+Label: Type-Enhancement
+Comment: d8dd779f
+Comment: feb65ae7
+Inserted: 2008-05-05T12:33:19
+Updated: 2008-06-26T12:10:32
+
+When issues are created, they are given the epoch as it's name.
+Instead of just using the epoch, the user should be able to configure
+the .cil file to use the format of their choice.
+
+e.g. issue_name_format=[ epoch | inc | iso-8601 ]
+
+Possible name formats include:
+
+* an incrementing number
+ * but if cil goes distributed (which was originally planned), will
+ this work?
+
+* ISO 8601 - YYYY-MM-DDThh:mm:ssTZD (eg 1997-07-16T19:20:30+01:00)
+ * do we need to have TZD on the end (though obviously this wouldn't
+ then be ISO 8601)
+
+* GUID/UUID like 9e28b50a-cba1-4b20-9276-d30ee727b14a
+
+(and maybe others)