Liking cljdoc? Tell your friends :D

yetibot.api.jira


*jira-project*clj

Settings for the current channel, bound by yetibot.commands.jira

Settings for the current channel, bound by yetibot.commands.jira
sourceraw docstring

all-componentsclj

source

api-uriclj

(api-uri)
source

assign-issueclj

(assign-issue issue-key assignee)
source

authclj

source

base-uriclj

(base-uri)
source

client-optsclj

source

componentsclj

(components project-key)
source

configclj

(config)
source

configured?clj

(configured?)
source

create-issueclj

(create-issue {:keys [summary component-ids assignee priority-key desc
                      project-key fix-version timetracking issue-type-id parent]
               :or {desc ""
                    assignee "-1"
                    issue-type-id (if parent
                                      (sub-task-issue-type-id)
                                      (default-issue-type-id))
                    project-key (default-project-key)}})

This thing is a beast; thanks JIRA.

This thing is a beast; thanks JIRA.
sourceraw docstring

date-time-formatclj

source

default-issue-type-idclj

(default-issue-type-id)
source

default-projectclj

(default-project)
source

default-project-keyclj

(default-project-key)
source

default-version-idclj

(default-version-id project-key)
source

delete-issueclj

(delete-issue issue-key)
source

endpointclj

(endpoint & fmt-with-args)
source

error-handling-optsclj

source

fetch-and-format-issue-shortclj

source

find-component-likeclj

(find-component-like pattern-str)

Match components across all projects

Match components across all projects
sourceraw docstring

find-priority-by-keyclj

(find-priority-by-key k)
source

find-projectclj

(find-project pk)
source

format-attachment-itemclj

(format-attachment-item a)
source

format-attachmentsclj

(format-attachments issue-data)
source

format-commentclj

(format-comment c)
source

format-issueclj

(format-issue issue-data)
source

format-issue-longclj

(format-issue-long issue-data)

Show the full details for an issue

Show the full details for an issue
sourceraw docstring

format-issue-shortclj

(format-issue-short issue-data)
source

format-subtasksclj

(format-subtasks issue-data)
source

format-worklog-itemclj

(format-worklog-item w)
source

format-worklog-itemsclj

(format-worklog-items issue-data)
source

GETclj

(GET & fmt-with-args)
source

get-issueclj

(get-issue i)

Fetch json for a given JIRA

Fetch json for a given JIRA
sourceraw docstring

get-transitionsclj

(get-transitions i)
source

get-usersclj

(get-users)
source

issue-create-metaclj

(issue-create-meta)
source

issue-typesclj

(issue-types)
source

jira-schemaclj

source

max-resultsclj

(max-results)
source

parse-and-format-date-stringclj

(parse-and-format-date-string date-string)
source

post-commentclj

(post-comment issue-key body)
source

prioritiesclj

(priorities)
source

project-for-keyclj

(project-for-key k)
source

project-keysclj

(project-keys)
source

project-keys-strclj

(project-keys-str)
source

projectsclj

(projects)
source

recentclj

(recent)
source

resolve-issueclj

(resolve-issue i comment)

Transition an issue to the resolved state. If it is unable to make that transition nil will be returned

Transition an issue to the resolved state. If it is unable to make that
transition nil will be returned
sourceraw docstring

(search jql)
source

search-by-queryclj

(search-by-query query)
source

search-in-projectsclj

(search-in-projects jql)
source

sub-task-issue-type-idclj

(sub-task-issue-type-id)
source

update-issueclj

(update-issue issue-key
              {:keys [fix-version summary component-ids assignee priority-key
                      desc timetracking]})
source

url-from-keyclj

(url-from-key k)
source

versionsclj

(versions)
(versions project-key)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close