This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
If the UserID of a Jazz User is changing, Report Builder is not able to find all the reports of the user, he is Owner, Creator, added as additional owner etc..
Report Builder should synch changes of the UserID with JTS or use a UserID indepandent UUID to reference reports
There should also be a way to change Owner ship of one or many reports in one shot.
Idea priority | Urgent |
Needed By | Month |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Although we are closing this request, it will be kept in IBM's ideas repository. We value your feedback and thank you for allowing us to partner with you in developing our products.
when you load the page My Reports, RS issues a, http request to /jts/whoami
in response, it gets the user account URL for the logged-in user. If the user ID has been changed, the URL will include the new user ID, for example https://server:9443/jts/users/newUser
RS then checks this URL against its Jena DB (specifically, the file nodes.dat in server/conf/rs/db). The DB contains the user account URLs of report owners, and they don't get renamed, for example https://server:9443/jts/users/oldUser
Other applications, like CCM, use the UUID, like one in this URL: https://piotr:9443/jts/admin#action=com.ibm.team.repository.viewUserProfile&itemId=_DuEAIIz7Ee2O6Kv-QluJKQ to identify users. This UUID is stable even after the user ID is changed.