Skip to content

Commit

Permalink
Add type property for comments as
Browse files Browse the repository at this point in the history
  • Loading branch information
nyyManni committed Dec 11, 2018
1 parent 3572961 commit 4f5205a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ejira.el
Expand Up @@ -995,6 +995,7 @@ a priority cookie and tags in the standard locations."
(let ((comment (ejira-parse-comment (jiralib2-add-comment issue-id body))))

(org-set-property "ID" (jira-comment-id comment))
(org-set-property "Type" "Comment")
(org-set-property "Author" (jira-comment-author comment))
(org-set-property "Created" (format-time-string
"%Y-%m-%d %H:%M:%S"
Expand Down

0 comments on commit 4f5205a

Please sign in to comment.