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
We need the ability to automatically fill in fields in files, such as:
Author or last modifier
Project Area
Baseline: when applies
etc.
When a change set is checked-in or delivered, or when the files are downloaded using, for example, scm commands. Currently, scm does not provide all the necessary keywords.
The suggested feature for ELM version 7.0.2 and later versions should be similar to the built-in keywords provided previously by Rational Synergy.
With these keywords, the information related to files would be complete.
In the following table, some of the current keywords and their behaviour are descibed. It is also included the additional proposed keywords and their proposed behaviour:
Some of the current keywords | ||
Keyword |
Description |
Example |
$VersionId$ |
The version ID of the file. |
$VersionId: 3$ |
$Date$ |
The last modified date of the file in the repository. |
$Date: Tue Jan 31 16:47:27 CET 2023$ |
Additional proposed keywords | ||
Keyword |
Description |
Example |
$Author$ |
Last person who modified the file in a change set. |
$Author: jsmith$ |
$Component$ |
The name of the component that contains the file. |
$Component: Software Component$ |
$BaselineId$ |
When exists, the Baseline identifier that contains the file. Returns <No baseline> if it is not loaded from a baseline. |
$BaselineId: 8$ |
$Baseline$ |
When exists, the name of the Baseline that contains the file. |
$Baseline: SWC-S001-V0007$ |
$Snapshot$ |
When exists, the name of the Snapshot that contains the file. Returns <No snapshot> if it is not loaded from a snapshot. |
$Snapshot: SWC-S001-V0001$ |
$Stream$ |
When loaded from a stream, the name of the stream that contains the file. Returns <No stream> if it is not loaded from stream. |
$Stream: SWC-ERD$ |
$ProjectArea$ |
The name of the project area from which files are loaded. |
$ProjectArea: SWC-ERD (CCM PA)$
|
Idea priority | High |
Needed By | Week |
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.
To comply with audits based on EN 50128 (functional-safety standard tailored for the particular demands of the rail industry) a known customer needs to provide keywords as listed above in downloaded files. Without this implementation our customer needs to spend much more effort with audits because of the fact that the auditor needs to be guided through the tool. An implementation of keyword extraction IN EWM SCM was added in 6.0.5 and does already exist and needs extension. Minimum information requested by the customer is: Author (Name of the last changer), Release (Stream), Version (File): History of Versiontable (Like File History Information in tool)
Idea has been updated with suggested keywords and behaviour. Some of the current keywords have been added to help to understand better the proposal.