bug on notifications when exporting/importing jobs
Reported by Vincent Behar | August 10th, 2011 @ 03:09 AM | in Rundeck 1.4 (closed)
In RunDeck 1.3, when exporting/importing jobs (in xml or yaml),
notifications are messed up :
if I have a job with both email and url (webhook) notification (for
the on-failure event), in the YAML export format I got :
notification:
onfailure:
recipients: http://my-webhook-url/
and in the XML export format I got :
<onfailure>
<email recipients="my-email-address"/>
</onfailure>
</notification>
In the RunDeck WebUI I can see both, but when trying to edit the job (via the webUI) there is only the email address, not the webhook url...
Comments and changes to this ticket
-
Vincent Behar August 10th, 2011 @ 03:10 AM
I looked at the DB data in server/data/grailsdb.script and found :
INSERT INTO NOTIFICATION VALUES(215,0,'http://my-webhook-url',3,'onfailure','email')
INSERT INTO NOTIFICATION VALUES(216,0,'my-email-address',3,'onfailure','email')It seems the webhook urls are saved in DB with the wrong type (email instead of url)
-
Vincent Behar August 10th, 2011 @ 03:20 AM
I found 1 bug here : https://github.com/dtolabs/rundeck/pull/45
-
Alex-SF August 10th, 2011 @ 07:56 AM
- Milestone set to Rundeck 1.4
- Milestone order changed from 86 to 0
-
Greg Schueler August 17th, 2011 @ 11:05 AM
- State changed from new to needs_verification
- Milestone order changed from 9 to 0
(from [fd46286ea0a785fb189322dd135f8caecf887910]) Merge pull request #45 from vbehar/i412-bug-notifications
bug on notifications when exporting/importing jobs [#412 state:needs_verification]
https://github.com/dtolabs/rundeck/commit/fd46286ea0a785fb189322dd1... -
Greg Schueler September 1st, 2011 @ 03:03 PM
- State changed from needs_verification to resolved
-
Deleted User October 27th, 2011 @ 03:52 PM
(from [1adc2ccf729be9895f884bba389953b310629953]) bug on notifications when exporting/importing jobs [#412] https://github.com/dtolabs/rundeck/commit/1adc2ccf729be9895f884bba3...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues