We are trying to show user-facing descriptions of the issues returned by a specific query, however some issues contain wiki markup, which obscures the content of the description. It would be great if we could use wikifyDescription=true to fetch the description as HTML, so we could use an HTML parser to get a user-facing description of each issue.
Expected behavior
IssuesService.GetIssues() accepts the wikifyDescription parameter, like IssuesService.GetIssuesInProject() and the REST API.
Actual behavior
IssuesService.GetIssues() does not accept a wikifyDescription parameter.
We are trying to show user-facing descriptions of the issues returned by a specific query, however some issues contain wiki markup, which obscures the content of the description. It would be great if we could use wikifyDescription=true to fetch the description as HTML, so we could use an HTML parser to get a user-facing description of each issue.
Expected behavior
Actual behavior
Steps to reproduce the behavior