What is the current solution for messaging across Rally Apps in 2.0p3?
Neither Rally.Messages or window.parent.Rally.Messages seem to be available anymore, as per this (probably now deprecated) example
Thanks…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re right, the API has changed in 2.0p3 for getting the MessageBus instance. You can now call Rally.environment.getMessageBus() to get it. Along with this change came the capability for different apps to send and receive messages to/from each other.