Jump to content
We've recently updated our Privacy Statement, available here ×

klinux

Members
  • Posts

    4
  • Joined

  • Last visited

klinux's Achievements

Rookie

Rookie (2/14)

  • One Year In
  • Week One Done
  • One Month Later
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I'm trying to update a job definition, more precisaly on the mail notification, api don't report any errors, but the parameters aren't updated. Here is the payload that I'm using, the node of json mailNotification, nothing is updated, but in the alert, some fields are updated: { "description": "This description updated in bulk", "mailNotification": { "toAddresses": { "address": [ "user@gmail.com" ] }, "ccAddresses": { "address": ["user2@gmail.com"] }, "subject": "Test, Test", "messageText": "Test" }, "alert": { "toAddresses": { "address": [ "user3@gmail.com" ] }, "messageText": "Log de Status: Sucess", "messageTextWhenJobFails": "Log de Status: Failed", "includingStackTraceWhenJobFails": true, "skipNotificationWhenJobFails": true, "subject": "Test Test" } } There are some mistake in this payload? Or this is a bug in the api /jasperserver/rest_v2/jobs?id=253? Thank you
×
×
  • Create New...