Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created February 2, 2018 06:50
Show Gist options
  • Save dustinlacewell-wk/86f99f03c897fdce4c9c5b0a16683369 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/86f99f03c897fdce4c9c5b0a16683369 to your computer and use it in GitHub Desktop.
(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