Hello,
I'm setting up a Jira link from our TR instance and everything works fine with the default push.fields until I add a custom field.
Once I add a custom field, when I am selecting a Project on the Push Defect window it seems to time out and gives me a generic error. When I remove the customfield from the push.fields things are fine. The problem is that we have 3 custom fields in our Jira project that are required, so we will need to have this in the push.fields in order to Push to Jira.
Here's my config (lines commented for various testing):
[push.fields]
summary=on
project=on
issuetype=on
component=on
assignee=on
priority=on
affects_version=on
customfield_11141=on
;customfield_11142=on
;customfield_11143=on
description=on
[push.field.customfield_11141]
label=How Found
size=compact
type=dropdown
required=true
[push.field.customfield_11142]
label=Where Found
size=compact
type=dropdown
;required=true
[push.field.customfield_11143]
label=When Found
size=compact
type=dropdown
;required=true