Parameters for jira create
See original GitHub issueI would like to pass parameters to jira create
, so instead of going over the interactive options:
❯ jira create
? Project: Ops
? Issue type: Task
? Please provide the issue name : Set up Jira CLI
New issue: OPS-7829
I would type a more direct:
❯ jira create -p OPS -t task -m "Set up Jira CLI"
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Context parameters
Context parameters are additional value pairs that are sent to your app in the request URL from the host application.
Read more >create issue URL parameters - "versions" and "fixV...
I am able to compose a URL that will successfully spawn a Jira "create issue" page with the correct project and issuetype.
Read more >How to create issues using direct HTML links in Jira Server
How to construct the link ; [ARGUMENTS]. List of key-value pairs separated by '&' which represent the field and its value to be...
Read more >IssueInputParameters (Atlassian JIRA 7.0.5 API)
This represents an issue builder and can be used to provide parameters that can be used to create and update an issue through...
Read more >URL parameters creating a request on Jira Service Desk ...
Hi, On Jira you can send parameters for default form values: It's documented here Like ... URL parameters creating a request on Jira...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey there, I haven’t had the time to resume the development, I’ve been working on this project today, hopefully, I could release it today 😃
Thanks @cjwilburn, any help is always welcome, the problem that we have right now is the custom required fields #36, we need to come up with a solution for that issue before we continue with this one so please join us in there if you have any suggestions 😃