Hi,
I have script listeners (Scriptrunner) that syncs comments/attachments from a business project to a service desk project.
Currently working:
Because JIRA adds attachments immediately to issues, it creates more than one comment in the customer portal if attachments are added during the creation of an comment.
e.g.:
I want to create a comment with 2 images:
This creates 3 comments (2 for the attachments and one for the comment itself).
The problem is, that we don't want to turn of the listener, that just creates customer portal comments for added attachments because it could be the case that no extra comment is added.
My question is now if it is possible to find out, if an attachment was dragged on the ticket during an opened comment "window" and than to not create a comment to just make the attachment visible to the customer because it will be made visible in the future by the newly created & synced comment.
Cheers,
Christian
Unfortunately this is not possible in JIRA as far as I can see. As you said the add attachment and issue commented events are independent and happen at different times.
There doesn't seem to be an event to handle this in JIRA.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.