Bug #2072
test
Start date:
29/05/2012
Due date:
% Done:
0%
History
#1 Updated by Jonathan Barber over 12 years ago
- Status changed from New to Resolved
Ticket created via command line:
$ cat <<EOF > issue.xml <?xml version="1.0"?> <issue> <subject>test</subject> </issue> EOF $ curl -v -H "Content-Type: application/xml" -X POST -H "X-Redmine-API-Key: $APIKEY" --data @issue.xml https://redmine.fe.up.pt/projects/computing/issues.xml?format=xml
The $APIKEY comes from the redmine user account ("My account" -> "API access key" -> "Show").
The intention is to create issues automatically from Nagios when alarms are raised.
#2 Updated by Jonathan Barber over 12 years ago
- Status changed from Resolved to Closed
#3 Updated by Jonathan Barber over 12 years ago
- Assignee set to Jonathan Barber