Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 616 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 616 Bytes

Jira Plugin for mink

Create a API token for Jira at https://id.atlassian.com/manage/api-tokens

Sections

  • Board
  • Backlog
  • Issues
  • Versions
  • Projects

Install

yarn global add @mink/plugin-jira

Options

{
    "resolve": "@mink/plugin-jira",
    "options": {
        "host": "yourcomanpy.atlassian.net",
        "projectKey": "MNK",
        "boardId": 123,
        "email": "[email protected]",
        "token": "qwertyugfgdhuygbhqj3nhfgjb"
    }
}

Sections

Board

View active sprint tickets as a table (key, type, summary and status)