Forge Status Trigger

I’d like to add a comment to an issue when it is transitioned to Done status.
I tried some triggers but it didn’t work.
Do you have some ideas to solve this problem?

Hi @hirokinishimaki when it comes to Forge application you should use event https://developer.atlassian.com/platform/forge/events-reference/jira/#issue-updated and then API to create comment https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post

3 Likes

You could also use a Workflow post function module if you would like the behaviour to be configurable vy the workflow administrator (https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-workflow-post-function/)

3 Likes