Hi,
Is there a way to merge or append last comment value with custom text box value.
The goal I want to achieve is to see the comments that are added on daily basics in a text field in jira structure.
Please suggest if there are any solution.
Thanks
Just on trigger action Add Comment u can transit
{{issue.comments.last.body}}
to a proper custom field.
Hello @SriviSend
if your question is about our app Structure and if you're looking for a way to see the last comment in each issue in your structure, you can simply do it with the Formula column. Structure has access to all comments, and it can filter them out and display the last one using a formula like this: comments.last()
I hope this helps. If you have more questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
if you don't want to use up your automation execution limits you could also try our app Smart fields for Jira where you can easily store the last comment in a custom text field, which is automatically updated each time a new comment is added :-)
https://apps.decadis.net/display/SF4J/Last+comment
(disclaimer: I work for that vendor)
Cheers,
Christian
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.