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
Hello,
I faced with interesting situation.
When i Closing a issue and write a comment during closing ticket this comment didn't appear in general comment the ticket.
Is it possible to make the comment when closing the ticket get into the general comment on this ticket?
Thanks for response.
I understood - it was my mistake.
In workflow in properties button DONE i installed function
jira.permission.comment.denied therefore after step DONE comment could not appear to field comment.
I removed this function and now everything work right
Tell me please.
If possible how can i make that when transition is going to button (for example "In progress" or "Done" or "Canceled") the comment field will be mandatory to fill in
Making it mandatory you can do by adding a "field modified" validator on the transition.
With the comment field adding a "required" is not enough as that would be already valid if you have any comment in there.
Tell me please, if possible how can i make that during transition to button "Pending reason" the field "Pending reason" could not value "None" and customer must choose any value other than "None"
That would be the same as on your comment field.
Just add a Field required or field modified validator on the transition for the "Pending" field.
Everything is ok, i did it what you said, everything working good.
Thank you very much.