Jump to content

Custom messages in alert color frames


Alberto GZ

Recommended Posts

It's accesible by scripting with new API sending custom message to show it the same way that builtin messages server?

I would like can use the frames red-green-blue-yellow to show custom messages from a python listener.

It is possible? There are documetation to do this?

 

Link to comment
Share on other sites

In the script mirroring_version_statuses.py (the adaption from your cascade_thumbails.py that you was done) I would like to show a message to user as exit for when any mapped status don't be avaiable in the task for the related version.

Jobs listing are located a bit hidden I think.

There are some way to show a message from script to an user on web interface?

Link to comment
Share on other sites

It is currently not possible to show an alert or message window from the API.

Your options for communicating with a user are: 

  • Jobs - typically used for long-running processes, you can update the jobs subscription and status to communicate progress, success and failure.
  • Messages - You can create messages which appear in the user's inbox. These are notes without a parent, directed to the user.

Regards,
Lucas

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...