How to send email notifications?
I plan a new schema that includes a "follow up" field (type of date).
Once a day, I'd like to automatically track all records, and send an email with all record IDs that this follow up field is today or expired.
My repository is on JazzHub, and I'm wondering if that's possible to accomplish that task?
If so, please let me know the directions (hooks, supported scripts and how to's).
Thanks in advance
One answer
JazzHub does not give users administrator privileges. To do something like this, I think you would need to write some sort of advisor or script that would require administrator privileges.
Comments
What if I write an external script with OSLC \ REST?
Indeed, I do not have admin previleges but user+password to my JazzHub project. Could it be enough for running an external script?
Thx
I don't have firsthand experience with it, so I'm not sure if it would be possible or not. As long as you have access to the work items with your account, it seems reasonable.
I see, thank you.
Do you know who knows the answer?
I don't. You might try asking a new question but phrasing it in terms of using the OSLC REST api's and indicate you don't have admin privileges. The answer should be the same whether you are using RTC or JazzHub.
Or you could try making the call yourself. It seems like it should be possible to access a custom field.
Did JazzHub start allowing custom attributes in the process spec?
You're completely right -- I wasn't even thinking about the bigger question. JazzHub does not allow you to add custom fields as you do not have admin privileges.