This is an IBM Automation portal for Cloud Platform products. 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
Basically, the problem with the plugin is related to the Check Step.
1. The documentation for usage is vague and incomplete. This causes several issues related to the setup. If the values in the command step are not formatted correctly, the workflow log indicates a cryptic error message that is largely unhelpful to resolve the initial issue. At first it was not apparent that the plugin step was connecting to the Remedy Server, but a review of the plugin code indicated successful connection.
2. On review of the code, the plugin step requires a the Remedy "Entry ID". The entry ID is not a user field; it is a Remedy Internal value that is not accessible or immediately visible to Remedy End users. The Change Request Identification number is one of the primary fields associated with the primary Entry Field. The plugin for Remedy should find the Entry ID by the publicly known "Change Request ID" number.
3. The plugin step for check data will fail on a non equivalent condition. This is a major assumption that is largely invalid for some values of interest within the plugin. Remedy is complete change control system that also contains fields and logic to govern when changes are intended to be executed. In this case, two data fields related to the change start and end times would be of interest and compared to the scheduled deploy time.
Basically, if the plugin could just get data from Remedy by the Change Request ID (as opposed to Entry ID, which is NOT a user known value) and then provide the data as output properties, a secondary step could perform the necessary logic for comparison.
Idea priority | High |
RFE ID | 83319 |
RFE URL | |
RFE Product | UrbanCode Deploy |
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.
Thank You for entering and providing information to this RFE. Due the age and changes in the products over time additional functionality was introduced which could help to adress this RFE, this RFE will be closed.
Please provide a new RFE based on the latest versions if needed
I also came across similar issue while using Remedy plugin for uDeploy. - where plugin was searching with entry ID, instead of Infrastructure change ID.
If we have another plugin to fetch Entry ID from an Infrastructure Change ID, this plugin to work seamlessly.
Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.