Replies: 3 comments 4 replies
-
Hi @bobobox, I've faced this problem couple of times and I know it is frustrating. This is something on my list but I can't give you a timeline yet. The idea is to store all inputs temporarily as a json before sending the request and allow to use that if request fails. Github CLI does something similar. This may not be ideal but as a temporary workaround, you can write detailed description in a text file and pass it as a template. # Load description from template file
$ jira issue create --template /path/to/template.tmpl |
Beta Was this translation helpful? Give feedback.
-
Let's discuss how the feature should work. I can do it.
|
Beta Was this translation helpful? Give feedback.
-
From my perspective, the only value is the
|
Beta Was this translation helpful? Give feedback.
-
I've often encountered a frustrating situation where I create a new issue, spend a lot of time writing a good, detailed Description, and then Submit, only to have some error cause everything to be discarded. All my work is gone.
It would be great if an error on submission would just bump me back to a state where I could correct the issues rather than lose everything.
Thanks!
R
Beta Was this translation helpful? Give feedback.
All reactions