Git Product home page Git Product logo

jira-cli's People

Contributors

bwojtyla avatar mmswiderski avatar sotomskir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jira-cli's Issues

Output formatting

Is your feature request related to a problem? Please describe.
Currently jira-cli outputs data in tables ex.

~ jira-cli issue inspect AA-3333                         
|   ID    |   KEY   | STATUS |            SUMMARY             |
|---------|---------|--------|--------------------------------|
| 1350587 | AA-3333 | UAT    | Something                      |

This tables are fine for humans and maybe for some tools like awk. But I think there should be option to output in JSON format which could be easily parsed by tools like jq (https://stedolan.github.io/jq/).
We could also add some formatting options similar to docker cli. https://docs.docker.com/config/formatting/ which uses go templates https://golang.org/pkg/text/template/
So if you need to output in JSON:
~ jira-cli issue inspect --format '{{json .}}'
If you want to output only issue status:
~ jira-cli issue inspect --format '{{.Status}}'

Manage issue epic link

Is your feature request related to a problem? Please describe.
I would like to view and edit issue epic link from jira-cli

Describe the solution you'd like
We already have inspect command which displays issue fields in table. Ex.
~ jira-cli issue inspect AA-3333

|   ID    |   KEY   | STATUS |            SUMMARY             |
|---------|---------|--------|--------------------------------|

I think we can add "epic" column to the table.
For editing I see two options:
Option 1: We already have "version" command for editing issue fix-version which works like this:
~ jira-cli issue version 1.0.0 AA-3333
So option 1 is to add similar command to edit epic link:
~ jira-cli issue epic 'some-epic' AA-3333

Option 2:
Something like docker update command:
~ jira-cli issue update --set-epic='some epic' AV-3333

Ability to search for issues

Is your feature request related to a problem? Please describe.
I don't always remember the ticket number, so to see info about a ticket I need to find it's number elsewhere

Describe the solution you'd like
I would like to list all the issues (according to filter maybe) or search for an issue according to a field/text. For example:
List all open ticket in sprint
List all open tickets on team
List only open bugs
List tickets with "word" in the ticket (JQL: text ~ "word")

Describe alternatives you've considered
An alternative would be get a full list using curl or some other app, and from it derive the info for this. Linux philosophy?

Additional context
N/A

Posibility to remove worklog from multiple issues

Is your feature request related to a problem? Please describe.
When I add worklog I can specify multiple issues like this: jira-cli issue worklog add 60 TEST-1 TEST-2
but I cannot delete multiple issues because remove command accepts only one issue key

Describe the solution you'd like
I would like to be able to remove worklog from multiple issues at once like this: jira-cli issue worklog remove TEST-1 TEST-2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.