Add ID to new stories
This way the new stories can be moved, their states can be changed and their info can be requested.
This commit is contained in:
parent
5885f98eab
commit
164bd5cea3
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
||||||
(insert "\n* TODO " headline)
|
(insert "\n* TODO " headline)
|
||||||
(org-set-property "Role" role)
|
(org-set-property "Role" role)
|
||||||
(org-set-property "Necessity" necessity)
|
(org-set-property "Necessity" necessity)
|
||||||
|
(org-set-property "ID" (org-id-new "scrumelo"))
|
||||||
(save-buffer)))
|
(save-buffer)))
|
||||||
(elnode-send-redirect httpcon "/"))))
|
(elnode-send-redirect httpcon "/"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue