- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:09 AM
Hello,
When I click Click 'Create Story' from the Enhancement form, the Story should link to the Enhancement when the Story gets Created. Please see the screen shots that show that a story was created from an Enhancement, on the related list the Story tab is there, but the Story I created does not show up, it is not linked tot he enhancement. How do I link the Story I created to the Enhancement? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:17 AM - edited 11-28-2023 08:17 AM
Hi @DeIvory Gordon ,
The Story will be shown in this related list:
If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:18 AM
Seems the code for the 'Create Story' UI action defined on the "Enhancement" table is missing
story.enhancement = current.sys_id;
So a modification to the script logic is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 03:36 PM - edited 11-29-2023 11:52 AM
This seems like a bug that should be reported by creating a Support Case. I don't use Agile Development on the platform, and maybe some application logic is in play here. Having to update an OOB UI Action is not desirable.
There are two UI Actions with name Create Story, the one that is missing setting the enhancement field is from:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:17 AM - edited 11-28-2023 08:17 AM
Hi @DeIvory Gordon ,
The Story will be shown in this related list:
If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:35 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:18 AM
Seems the code for the 'Create Story' UI action defined on the "Enhancement" table is missing
story.enhancement = current.sys_id;
So a modification to the script logic is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 03:36 PM - edited 11-29-2023 11:52 AM
This seems like a bug that should be reported by creating a Support Case. I don't use Agile Development on the platform, and maybe some application logic is in play here. Having to update an OOB UI Action is not desirable.
There are two UI Actions with name Create Story, the one that is missing setting the enhancement field is from: