I am currently working on automating Jira story creation using Microsoft Teams messages. While I have successfully built the workflow, I am facing two challenges. First, I am unable to assign the created Jira story to the user who posted the message in the Teams channel. Second, I am not able to add custom fields, such as Story Points or Original Estimate, to the Jira issue. I would appreciate guidance on how to map the Teams message sender to the corresponding Jira user and correctly assign the issue. Additionally, I need help in configuring the workflow to include custom fields when creating the Jira story. Could you please provide insights or best practices to resolve these issues?
Welcome to the community
From the message object you would have the sender email which can be passed to get jira user activity and then pass the oputput to assign user
Use additional fields property to add custom fields
Cheers