Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add detailed info about feature; enable transition by name; enable r… #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nshkg
Copy link

@nshkg nshkg commented Sep 10, 2018

…aw jql queries

@nshkg nshkg force-pushed the details_to_issue_and_transition_by_name branch from 2ff0584 to ed5e1c9 Compare September 11, 2018 11:50
@miguelmich
Copy link
Member

@alexadept I like this PR can you please fix the conflicts with master to finish the review process? thanks a lot!

@nshkg
Copy link
Author

nshkg commented Oct 3, 2018

ok, will do it next days

@nshkg nshkg force-pushed the details_to_issue_and_transition_by_name branch from ed5e1c9 to 1ac8099 Compare November 12, 2018 19:31
@nshkg
Copy link
Author

nshkg commented Nov 12, 2018

I updated my PR. I apologize - it was not so fast, as I hoped for.

Also, I suppose that would be fine to update docs together. How can I do it?

@@ -71,11 +72,13 @@ jira.init().then(function(){
.command('issue [command]')
.description('Issue commands')
.alias('i')
.option("-d, --details", "Print issue detailed info")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexadept where are you passing this option to the findIssue method? I can't find it, are you currently able to trigger the detailed condition?

I think we'll need to pass the detail option (if it's present) here:

jira-cli/src/jira.js

Lines 286 to 289 in 704defd

} else {
// If none of the above options is passed then search for specific issue
this.issues.findIssue( args );
}

What do you think?

@jef
Copy link

jef commented Nov 21, 2019

i also like this PR. maybe we can get a maintainer to update it and merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants