Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
  • User need to connect Slack profile to their JIRA profile, please see the setup instruction at here
  • All CLI command will check their JIRA permission before executing

Setup CLI with default project and issue type

Image Removed

Features

  • Create issue in Slack channel
  • Comment issue in Slack channel
  • Search issue in Slack channel
  • Get issue in Slack channel

...

CommandArgsSample
--jira create-issue --project TEST --summary "how to setup Slack CLI for JIRA server" --description "how to setup Slack CLI for JIRA server" --issueType Task --assignee robert --reporter robert

--jira create-issue

--project

--summary

--reporter

--assignee

--issueType


--jira comment-issue --issue TEST-1 --comment "do you know when it is read ?"


--jira comment-issue

--issue TEST-1


--jira search --jql "issueType in (Task)"

--jira search

--jql issueType in (Task)

--jira get-issue --key DEMO-1

--jira get-issue

--key DEMO-1

Setup

Setup Slack connector web-hook url for outgoing web-hook in Slack . seeĀ Slack outgoing webhook handling

  • Choose slack channel
  • Enter --jira for trigger words
  • Enter webhook url

Image RemovedImage Removed

Image Removed

...