Hello all,
I would like to automatically attach an issue created from the form to a specific epic.
I've done that for component including following and it worked.
<input type="hidden" name="components" value="122425">
For epic, I imagine that it could be something like that but it doesn't work
<input type="hidden" name="epicID" value="6371">
Could you help me on that?