View Issue Details

IDProjectCategoryView StatusLast Update
0024774mantisbttaggingpublic2019-08-14 09:01
Reporterneumann Assigned Tovboctor  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.13.0 
Target Version2.18.0Fixed in Version2.18.0 
Summary0024774: Error Creating Issue with new TAG
Description

Before the update to tersion 2.13.0 you can create a new Issue with a new tag. The Issue and the new tag got created.
With the newer Version (2.13 or newer) you get an error (see Uploads). The Isse got created despite the error but the tag didnt get created.

Steps To Reproduce

If you need more Informations to reproduce the Error or the fix the issue just ask.

TagsNo tags attached.
Attached Files
ErrorMessageTag.png (18,261 bytes)   
ErrorMessageTag.png (18,261 bytes)   

Relationships

related to 0025997 closeddregad Invalid JSON response when creating issue with tag by name via REST API 
related to 0025996 closeddregad Missing tag name in error message when creating issue via REST API 

Activities

neumann

neumann

2018-09-13 06:13

reporter   ~0060652

The Message in english.

ErrorMessageTagEnglish.png (14,211 bytes)   
ErrorMessageTagEnglish.png (14,211 bytes)   
atrol

atrol

2018-09-13 08:41

developer   ~0060653

@vboctor, regression introduced when implementing IssueAddCommand.

There is no logic to deal with non existing tags similar to TagAttachCommand .

vboctor

vboctor

2018-09-30 17:20

manager   ~0060714

PR: https://github.com/mantisbt/mantisbt/pull/1391

Related Changesets

MantisBT: master 6219ca31

2018-09-30 13:19

vboctor


Details Diff
Support new tags when creating new issues

Fixes 0024774
Affected Issues
0024774
mod - bug_report.php Diff File
mod - core/commands/IssueAddCommand.php Diff File
mod - core/tag_api.php Diff File