Each message has a Jira Link in a slack channel. If anyone replies to the message, i want to update the same Jira ticket mentioned in the message, to a comment section of Jira with that reply. What would be the workflow.
You can hand-roll this with a Slack event listener + the Jira REST API, but keeping it idempotent (no dupes on retries) and handling edits/attachments is the hard part. Disclosure: I work on Threadmaker. That two-way comment sync is exactly what we do: replies in the mapped Slack thread become Jira comments and Jira comments post back, with attachments and @mentions translated both ways. Glad to point you at it if you'd rather not maintain a script.
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.