Forums

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

Can I customize the returned fields of jira connector?

Szentkiralyi_ Rikard _PNA_
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!
March 16, 2026
The Jira connector provides a predefined list of fields it can return when using actions such as Get issue (V2).
My question is whether it is possible to customize which fields the connector retrieves and returns, or if this is fixed. The goal is to read an issue from Jira and populate a template with only specific fields. However, based on the current response, the connector is returning only a subset of fields, most of which are not needed.
I am assuming this behavior may be related to the fact that our issue creation template differs from the default Jira template.

2 answers

0 votes
Tomislav Tobijas
Community Champion
March 17, 2026

Hey @Szentkiralyi_ Rikard _PNA_ ,

Not sure for v2, but in v3 (GET Get issue), you should be able to use query parameter fields, where you can then specify fields so not all of them are returned.

For example

GET /rest/api/3/issue/{issueIdOrKey}?fields=field1,field2

I'm curious, which fields are not returned when you use v2? Did you notice specific field types missing or any other pattern?

Cheers,
Tobi

0 votes
Himanshu Tiwary
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 16, 2026

Hi @Szentkiralyi_ Rikard _PNA_ ,

not in the standard connector action.

Get issue (V2) returns a fixed response schema from the connector, so you usually can’t choose which fields it fetches/returns there. That behavior is not driven by your issue create template.

If you only need specific fields for a template, the usual options are:

use the connector as-is and map only the fields you need downstream, or

call the Jira REST API directly, because that supports requesting specific fields only.

Also, if some expected fields are missing, check whether they are:

actually present on that issue type/project

visible to the account used by the connection

So the answer is: the connector output is basically fixed; selective field retrieval requires the Jira API, not the built-in action.
Referance Doc : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events