##// END OF EJS Templates
Closing all subtasks causes error if default priority is not defined and priority is derived from subtasks (#23878)....
Closing all subtasks causes error if default priority is not defined and priority is derived from subtasks (#23878). git-svn-id: http://svn.redmine.org/redmine/trunk@15857 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15380:baaa15ebdd0c
r15475:7fddbc25ba2c
Show More
upload.api.rsb
4 lines | 75 B | text/plain | TextLexer
Jean-Philippe Lang
Adds support for adding attachments to issues through the REST API (#8171)....
r8808 api.upload do
Jean-Philippe Lang
Return attachment id in api response to attachment upload (#23566)....
r15380 api.id @attachment.id
Jean-Philippe Lang
Adds support for adding attachments to issues through the REST API (#8171)....
r8808 api.token @attachment.token
end