You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I would like to know if it is possible to add a second comment field during a transition in the WF.
I would need the comment field, because I want whatever users write to end up directly in the comment field, visible in the issue activity.
I tried to add the comment field in the screen I use for the transition, unfortunately the field is not available.
I thought about adding another screen during the transition, but I saw that I can only have one screen.
Is there any workaround?
Thank you.
Best regards,
Matteo
You can't add a second comment field. Use a post function to add the values of the fields to the last comment added by the user. As a simplified code the post function would do:
comment = comment + field1_value + field2_value
Hi @Alex Koxaras _Relational_ So, if I understand correctly, I just need to create a custom field where users can write the answer and then through the post functions I can add the answer in the comment field, right ? Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Theoretically yes. But why you want to add it in the comments in the first place? You can place these fields, underneath the description, which is a more prominent place for the users to see.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good question, I was simply asked to implement it like this. Thank you very much you have been very helpful !
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.