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

No-Input flag breaks Epic Creation with body flag #621

Open
polymorcodeus opened this issue May 11, 2023 · 0 comments
Open

No-Input flag breaks Epic Creation with body flag #621

polymorcodeus opened this issue May 11, 2023 · 0 comments
Labels

Comments

@polymorcodeus
Copy link

Describe the bug

Please provide following details

  1. JiraCLI Version:
    (Version="1.3.0", GitCommit="ed84fe74f68ba1b2cf0504a931ca09a03b2c9fed", CommitDate="2023-01-02T09:59:32+00:00", GoVersion="go1.19.4", Compiler="gc", Platform="darwin/arm64")
    
  2. Are you using Jira cloud or on-premise jira server?
    Jira Cloud
    
  3. What operating system are you using? Also mention version.
    macOS Venture 13.3.1
    
  4. What terminal are you using? Also mention version.
    Warp v0.2023.04.11.08.03.stable_00
    

To Reproduce

Steps to reproduce the behavior:
Use example to create an Epic and also use flag --no-input

jira epic create -n"Epic epic" -s"Everything" -b"Epic description" -yHigh -lbug -lurgent --no-input
Creates Epic without description.

Expected behavior

Creates

  • Epic with name "Epic epic"
  • Summary title with "Everything"
  • Description "Epic Description"

and not prompted to submit.

Screenshots

Additional context

This appears only with jira epic create - I can jira issue create via the above syntax without issue.

Current workaround:
echo "Epic description" | jira epic create -n"Epic epic" -s"Everything" -yHigh -lbug -lurgent --no-input
behaves as expected

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

No branches or pull requests

2 participants