Skip to content

Releases: cats-oss/cujira

Bug fix

11 Oct 06:18
Compare
Choose a tag to compare

Fix multi issuetype search bug

Support Swift4.2

27 Sep 04:40
Compare
Choose a tag to compare
0.4.0

update README

Fix issueType bug

11 Oct 06:18
17f4df9
Compare
Choose a tag to compare
Merge pull request #6 from cats-oss/fix-bug

Fix bug

Filter with summary

04 Jul 10:13
a426433
Compare
Choose a tag to compare
cujira issue search

    + search [PROJECT_ALIAS] [today | yyyy/mm/dd | SPRINT_NAME]
        ... Show list of issues with registered `PROJECT_ALIAS`.
    + search [--board-id BOARD_ID] [today | yyyy/mm/dd | SPRINT_NAME]
        ... Show list of issues with `BOARD_ID`.

    Options:
        ....
        --summary [STRING]
            ... Filter issues if summary contains parameter.
        ....

Bug fix

27 Jun 06:05
ff5c828
Compare
Choose a tag to compare
  • search issues with board id

Support issue search with BOARD_ID

25 Jun 10:42
79de3ab
Compare
Choose a tag to compare

You can get issues with --board-id option and BOARD_ID.

Usage:
    cujira issue

    + search [--board-id BOARD_ID] [today | yyyy/mm/dd | SPRINT_NAME]
        ... Show list of issues with `BOARD_ID`.

Initial release

25 Jun 07:50
Compare
Choose a tag to compare

Features

  • fetch boards
  • fetch sprints with ID
  • fetch issue with JQL