Hi
I want to use the description field in the epic in new issue(task) with JSU.
Could you help me please.
Thank you .
You could use the Copy Value From Other Field post function in your workflow.
Thanks
but where in my workflow I put it on create transition in a Issue ?
I put it there but it s not working .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The post function should be on the create transition of the task workflow (not the epic workflow)
Make sure you selected an epic link on the create screen of your task.
The post function should be place before the "creates the issue originally" post function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I put it on create transition ---------create----------->
after
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aurelie Geoffroy ,
when using workflow apps, those post functions should usually be placed after Create the issue originally since the post function itself needs an issue to be executed on (which isn't there before). Besides this, I'd suggest adding a precondition that ensures, this post function is only executed, if an epic link exists, e.g. epic link != null.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.