Skip to main content
Question

How to assign the reporter for the Jira task in Zapier?

  • August 1, 2024
  • 1 reply
  • 98 views

I’m creating a task in Jira using the Zapier Create Issue event. I want to set the reporter field, but I don’t see it in my Action section. This field is available in the Jira project settings.

Please find the relevant screenshots below.

 

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Forum|alt.badge.img+14

Hi @Rasangika 

It may be that the reporter defaults to the connected Jira account being used in the Zap step.

 

Some options to explore:

See if you can set the Reporter by using the Zap action: Jira - Update Issue

 

Otherwise, you’d likely have to use the Jira API to create/update an issue to set the Reporter: 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put

  • API Request
  • Custom Action (with the help of AI)