Whenever an attachment is attached to an issue in Jira,I want to automatically create a comment.
The comment should be displaying the hyperlink to that attachment
Can anyone please help on how this can be done in Jira.
Thanks in Advance, Naren.
Whenever an attachment is attached to an issue in Jira,I want to automatically create a comment.
The comment should be displaying the hyperlink to that attachment
Can anyone please help on how this can be done in Jira.
Thanks in Advance, Naren.
JIRA gives you the option to add a comment when you attach a file to an issue. It sounds like you want the comment to be required instead of optional? And to have a link to the attachment in the comment. My first thought is that this sounds like a new issue operation that extends the AttachFile action in a plugin.