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
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/
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.