You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to export Components field for Jira issues. In some issues, the components field value set from a value to null/empty/none in one of the revisions.
However when exporting the Components field, its failing to map the None value and produces the following error.
[E][11:48:36] Error mapping field 'Custom.Components' on item 'DSPUBI-2133'.
[System.ArgumentNullException] System.ArgumentNullException: Value cannot be null.
Something likely is not working as expected with the Array mapper. All of the above repro steps are really helpful in troubleshooting this issue, so thanks for that!
Marking as a bug.
Have you tried to omit the following line in your field map?
Haven't tried omitting the source-type but I have commented out a line of code in MapArray method where its checking for null and throwing the exception and added a line to return null. It seems to work fine for me now.
Describe the problem
I am trying to export Components field for Jira issues. In some issues, the components field value set from a value to null/empty/none in one of the revisions.
However when exporting the Components field, its failing to map the None value and produces the following error.
[E][11:48:36] Error mapping field 'Custom.Components' on item 'DSPUBI-2133'.
[System.ArgumentNullException] System.ArgumentNullException: Value cannot be null.
To Reproduce
Steps to reproduce the behavior:
Tool version
Attachments
Please attach the following files:
jira-export-log-240613-114833.txt
config-agile.json
Screenshots
The text was updated successfully, but these errors were encountered: