Created
February 2, 2018 06:50
-
-
Save dustinlacewell-wk/86f99f03c897fdce4c9c5b0a16683369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun jira-issue-query (id &rest args) | |
(--when-let (jira-fetch-issue id) | |
(apply 'jq (cons id args)))) | |
(jira-issue-query issue-id 'fields 'updated) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment