Liking cljdoc? Tell your friends :D

yetibot.commands.jira


assign-cmdclj

(assign-cmd {[_ iss-key assignee] :match settings :settings})

jira assign <issue> <assignee> # assign <issue> to <assignee>

jira assign <issue> <assignee> # assign <issue> to <assignee>
raw docstring

barclj

(bar x)

override1

override1
raw docstring

comment-cmdclj

(comment-cmd {[_ iss-key body] :match user :user settings :settings})

jira comment <issue> <comment> # comment on <issue>

jira comment <issue> <comment> # comment on <issue>
raw docstring

components-cmdclj

(components-cmd {:keys [settings]})

jira components # list components and their leads by project

jira components # list components and their leads by project
raw docstring

configured-projects-cmdclj

(configured-projects-cmd {:keys [settings]})

jira configured-projects # list configured projects (⭐️ indicates global default; ⚡️ indicates channel default; channel default overrides global default)

jira configured-projects # list configured projects (⭐️ indicates global default; ⚡️ indicates channel default; channel default overrides global default)
raw docstring

create-cmdclj

(create-cmd {[_ opts-str] :match settings :settings})

jira create <summary> [options] # creates a new JIRA issue.

 Whether `options` are optional or not depend on your JIRA Project
 configuration. For example, sometimes `description` is required.

 Options are:

-j, --project-key PROJECT KEY Project key (use channel set jira-project PROJECT1 to set a channel-specific default) -c, --component COMPONENT Component -i, --issue-type ISSUE TYPE Issue type -s, --summary SUMMARY Summary -a, --assignee ASSIGNEE Assignee -e, --reporter REPORTER Reporter -f, --fix-version FIX VERSION Fix version -d, --desc DESCRIPTION Description -t, --time TIME ESTIAMTED Time estimated -r, --remaining REMAINING TIME ESTIAMTED Remaining time estimated -p, --parent PARENT ISSUE KEY Parent issue key; creates a sub-task if specified -y, --priority PRIORITY Priority of the issue

jira create <summary> [options] # creates a new JIRA issue.

     Whether `options` are optional or not depend on your JIRA Project
     configuration. For example, sometimes `description` is required.

     Options are:

-j, --project-key PROJECT KEY 
     Project key (use `channel set jira-project PROJECT1` to set a channel-specific default)
-c, --component COMPONENT 
     Component
-i, --issue-type ISSUE TYPE 
     Issue type
-s, --summary SUMMARY 
     Summary
-a, --assignee ASSIGNEE 
     Assignee
-e, --reporter REPORTER 
     Reporter
-f, --fix-version FIX VERSION 
     Fix version
-d, --desc DESCRIPTION 
     Description
-t, --time TIME ESTIAMTED 
     Time estimated
-r, --remaining REMAINING TIME ESTIAMTED 
     Remaining time estimated
-p, --parent PARENT ISSUE KEY 
     Parent issue key; creates a sub-task if specified
-y, --priority PRIORITY 
     Priority of the issue
raw docstring

delete-cmdclj

(delete-cmd {[_ issue-key] :match})

jira delete <issue> # delete the issue

jira delete <issue> # delete the issue
raw docstring

fooclj


format-errorclj

(format-error {:keys [status body]})

format-versionclj

(format-version v)

issue-optsclj


issue-types-cmdclj

(issue-types-cmd {[_ issue-types-filter] :match})

jira issue-types [<name to match>] # return issue types, optionally filtering on <name to match>

jira issue-types [<name to match>] # return issue types, optionally filtering on <name to match>
raw docstring

jql-cmdclj

(jql-cmd {[_ jql] :match settings :settings})

jira jql <jql> # return up to 15 issues matching <jql> query across all configured projects

jira jql <jql> # return up to 15 issues matching <jql> query across all configured projects
raw docstring

parse-cmdclj

(parse-cmd {[_ text] :match})

jira parse <text> # parse the issue key out of a jira issue URL

jira parse <text> # parse the issue key out of a jira issue URL
raw docstring

parse-issue-optsclj

(parse-issue-opts opts)

Parse opts using issue-opts and trim all the values of the keys in options

Parse opts using issue-opts and trim all the values of the keys in options
raw docstring

priorities-cmdclj

(priorities-cmd {:keys [settings]})

jira priorities # list JIRA priorities

jira priorities # list JIRA priorities
raw docstring

project-users-cmdclj

(project-users-cmd {:keys [settings] [_ project-key] :match})

jira project-users # list the users channel project or default project jira project-users <project> # list the users for the configured project(s)

jira project-users # list the users channel project or default project
jira project-users <project> # list the users for the configured project(s)
raw docstring

projects-cmdclj

(projects-cmd {[_ query] :match})

jira projects [<query>] - list projects, optionally matching <query>

jira projects [<query>] - list projects, optionally  matching <query>
raw docstring

recent-cmdclj

(recent-cmd {[_ project] :match :keys [settings] :as cmd-opts})

jira recent # show the 15 most recent issues from default project(s) jira recent <project> # show the 15 most recent issues for <project>

jira recent # show the 15 most recent issues from default project(s)
jira recent <project> # show the 15 most recent issues for <project>
raw docstring

report-if-errorclj

(report-if-error req-fn succ-fn)

Checks the stauts of the HTTP response for 2xx, and if not, looks in the body for :errorMessages or :errors. To use this, make sure to use the :throw-exceptions false, :content-type :json and, :coerce :always options in the HTTP request.

Checks the stauts of the HTTP response for 2xx, and if not, looks in the body
for :errorMessages or :errors. To use this, make sure to use the
`:throw-exceptions false`, `:content-type :json` and, `:coerce :always`
options in the HTTP request.
raw docstring

resolve-cmdclj

(resolve-cmd {[_ iss comment] :match user :user settings :settings})

jira resolve <issue> <comment> # resolve an issue and set its resolution to fixed

jira resolve <issue> <comment> # resolve an issue and set its resolution to fixed
raw docstring

search-cmdclj

(search-cmd {[_ query] :match settings :settings})

jira search <query> # return up to 15 issues matching <query> across all configured projects

jira search <query> # return up to 15 issues matching <query> across all configured projects
raw docstring

show-cmdclj

(show-cmd {[_ issue-key] :match})

jira show <issue> # show the full details of an issue

jira show <issue> # show the full details of an issue
raw docstring

success?clj

(success? res)

transition-cmdclj

(transition-cmd {[_ issue-key transition-name] :match})

jira transition <issue> <transition> # Move <issue> through <transition>

jira transition <issue> <transition> # Move <issue> through <transition>
raw docstring

transitions-cmdclj

(transitions-cmd {[_ issue-key] :match})

jira transitions <issue> # list the available transitions for <issue>

jira transitions <issue> # list the available transitions for <issue>
raw docstring

update-cmdclj

(update-cmd {[_ issue-key opts-str] :match settings :settings})

jira update <issue-key> [options] # update an existing JIRA issue

 Available `options` are:

-j, --project-key PROJECT KEY Project key (use channel set jira-project PROJECT1 to set a channel-specific default) -c, --component COMPONENT Component -i, --issue-type ISSUE TYPE Issue type -s, --summary SUMMARY Summary -a, --assignee ASSIGNEE Assignee -e, --reporter REPORTER Reporter -f, --fix-version FIX VERSION Fix version -d, --desc DESCRIPTION Description -t, --time TIME ESTIAMTED Time estimated -r, --remaining REMAINING TIME ESTIAMTED Remaining time estimated -p, --parent PARENT ISSUE KEY Parent issue key; creates a sub-task if specified -y, --priority PRIORITY Priority of the issue

jira update <issue-key> [options] # update an existing JIRA issue

     Available `options` are:

-j, --project-key PROJECT KEY 
     Project key (use `channel set jira-project PROJECT1` to set a channel-specific default)
-c, --component COMPONENT 
     Component
-i, --issue-type ISSUE TYPE 
     Issue type
-s, --summary SUMMARY 
     Summary
-a, --assignee ASSIGNEE 
     Assignee
-e, --reporter REPORTER 
     Reporter
-f, --fix-version FIX VERSION 
     Fix version
-d, --desc DESCRIPTION 
     Description
-t, --time TIME ESTIAMTED 
     Time estimated
-r, --remaining REMAINING TIME ESTIAMTED 
     Remaining time estimated
-p, --parent PARENT ISSUE KEY 
     Parent issue key; creates a sub-task if specified
-y, --priority PRIORITY 
     Priority of the issue
raw docstring

users-cmdclj

(users-cmd {[_ query] :match})

jira users <query> # search for users matching <query>

jira users <query> # search for users matching <query>
raw docstring

versions-cmdclj

(versions-cmd {[_ project-key] :match settings :settings})

jira versions <project-key> # list versions for <project-key> jira versions # Lists versions for all configured project-keys

jira versions <project-key> # list versions for <project-key>
jira versions # Lists versions for all configured project-keys
raw docstring

worklog-cmdclj

(worklog-cmd {[_ issue-key time-spent work-description] :match})

jira worklog <issue> <time-spent> <work-description> # log work on <issue>

jira worklog <issue> <time-spent> <work-description> # log work on <issue>
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close