Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

create jira issue v3 - not working

Manjunath CM
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 22, 2025

I am unable to create a Jira Story from one of my Copilot Studio topic flows.

It is not clear whether the problem is with the Jira API design or with Copilot Studio itself.

I am specifically stuck on how to pass the summary and description fields when using the Create a new issue (V3) action.

The documentation and in-product guidance are very limited, which makes it difficult to understand and resolve these errors.

Can someone please help by explaining how to pass the bare minimum required fields, such as summary and description, in the Item payload so that a Jira Story can be created successfully?

Thanks !

2 answers

1 vote
Tomislav Tobijas
Community Champion
December 22, 2025

Hey @Manjunath CM ,

If you're looking at the official documentation, the minimum required fields in (general) payload are:

  • project (by key or id)

  • issuetype (by name or id, e.g., "Story")

  • summary

  • description (this might be optional as well)

Few tips here:

  • If your Story issue work type or project space has additional required fields (custom fields, components, etc.), you must include those as well, or the API will return an error.
  • If you get "unknown fields" or similar errors, ensure the fields are present on the Create Work Item screen for that work type and space.

Can you maybe share which errors you're getting when you try to post a payload?

Cheers,
Tobi

Manjunath CM
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 23, 2025

@Tomislav Tobijas 

I don’t want to pass any custom fields and just want to try creating a Jira ticket using the bare minimum values with Create a new issue (V3).

My understanding is that project, issue type (ID), and summary are the mandatory fields required for issue creation, and I’d like to know if this is correct.

I’m unable to assign any value to Item since it is a dynamic type.

I’m new to agent creation, so apologies if I’m missing something basic.

jira_create.png

0 votes
Rudy Holtkamp
Community Champion
December 23, 2025

@Manjunath CM , also be aware that if you use a user token you need to use the as base URL:

<yoursite>.atlassian.net/rest/api/3/issue

But if you use a service account, the URL is different:

https://api.atlassian.com/ex/jira/<CLOUD_ID>/rest/api/3/issue

 

Manjunath CM
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 23, 2025

@Rudy Holtkamp 

I have created new connection using Jira API token on Jira Connector.

And using URL in the format.. 

<yoursite>.atlassian.net/rest/api/3/issue

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events