Issue description in Markdown #617
Unanswered
matthiasa4
asked this question in
Ideas
Replies: 1 comment
-
Love this, just wanted to mention that I filed a discussion for the mirror of this, being able to render an existing JIRA issue as Markdown, in Add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all - great tool that helps me stay sane and avoid the JIRA UI altogether.
I am embarking on a new project and I was thinking the following feature would be useful: bulk issue creation enabled by making the full issue description possible in a yaml file. This would include the things usually specified as flags in the
jira
command:-tBug -s"Test" -yHigh -a test@test.com --template test.md
.The idea would be to have a YAML-style issue description in the style of:
with the potential option of having the issue description inline in the YAML file as well.
I didn't find this functionality yet, and it would be useful to either 1) script all the issues to create 2) even include a
jira create issue bulk
pointing to a folder with said YAML files.Thoughts? :)
Beta Was this translation helpful? Give feedback.
All reactions