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
Hi
For some reason I can download the issue but the description is not downloaded. Also I'm forced to include description on the jiralib-update-issue-fields-exclude-list if I want to be able to update the issue.
The ticket as a description. Why is it that I can't download it? Is this a setting in jira?
The text was updated successfully, but these errors were encountered:
I figured out the problem. The Description in the issue is set as a custom field rather than the default system field.
Is it possible in org-jira to specify a custom field to download and upload?
or alternatively is it possible to specify which key to use to get the description
I was able to temporarily fix this by changing line 153 in org-jira-sdk.el on the org-jira-sdk-from-data definition
I set: :description (or (path '(fields customfield_10504)) "")
where customfield_10504 is where the description is being stored in my ticket.
THis fix allowed to download the description but not to upload.
Then I had to change line 2236 on org-jira.el (cons 'customfield_10504 org-issue-description)
to allow upload.
of course this is not an ideal solution since other tickets may be using the standard description field.
Hi
For some reason I can download the issue but the description is not downloaded. Also I'm forced to include description on the jiralib-update-issue-fields-exclude-list if I want to be able to update the issue.
The ticket as a description. Why is it that I can't download it? Is this a setting in jira?
The text was updated successfully, but these errors were encountered: