Jira integration: Hardcoded custom text field not being applied on issue creation – silent failure, no errors #14067
Replies: 2 comments
-
|
Defect Dojo doesn't populate any custom fields when creating JIRA issues. In what way did you configure this custom field in Defect Dojo? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, the issue has been addressed. On update the custom fields either don't throw an API error or DD silent fails it. The issue was a screen restriction on which you could add/edit the custom field only in a specific screen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to hardcode a value into a Jira custom field when pushing findings to Jira from a product, but it's not working — the field remains empty in the created Jira issue, with no errors in the UI, Celery logs, or debug output (logging level set to DEBUG).
Details
{ "id": "customfield_1234", "name": "ProductVersion", "custom": true, "schema": { "type": "string", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield", "customId": 1234 } }Can someone tell me what config should I use in DD Jira custom fields?
Beta Was this translation helpful? Give feedback.
All reactions