MantisBT: master 6b774eac

Author Committer Branch Timestamp Parent
dregad dregad master 2019-08-24 17:58 master f1c84e19
Affected Issues  0024441: Report issue doesn't support multiple new tags
Changeset

IssueAddCommand fixes

This addresses several issues with the Command and the REST API:

  • 0025996 - Missing tag name in error message when creating issue via
    REST API
  • 0025997 - Invalid JSON response when creating issue with tag by name
    via REST API
  • 0026076 - Adding issue via REST API should fail if requested tags can't
    be attached
  • 0026077 - create tag specified by name if they do not exist

Additionally, this also fixes 0024441.

Merge PR https://github.com/mantisbt/mantisbt/pull/1542

mod - api/soap/mc_tag_api.php Diff File
mod - bug_report.php Diff File
mod - core/commands/IssueAddCommand.php Diff File