Skip to content

Commit

Permalink
Add new issue yasnippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Mederle committed May 6, 2020
1 parent c1f5f1b commit 11f4984
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions snippets/new-issue.yasnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# key: ejni
# name: ejira new issue
# --
** TODO [#C] $1
:PROPERTIES:
:ID: NEW
:TYPE: ejira-${2:$$(yas-choose-value '("issue" "story" "epic"))}
:Status: Backlog
:Reporter:
:Assignee:
:Issuetype: ${3:$$(yas-choose-value '(" Task" " Bug" " Story" " Sub-task" " Epic"))}
:Epic:
:Created:
:Modified:
:Effort: ${4:04:00}
:Left: $4
:END:
:LOGBOOK:
:END:
*** Description
$5
*** Comments
$0

0 comments on commit 11f4984

Please sign in to comment.