When I click Click 'Create Story' from the Enhancement form, Story should link to the Enhancement

DeIvory Gordon
Tera Guru

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!

 

DeIvoryGordon_0-1701187446500.png

DeIvoryGordon_1-1701187745701.png

 

 

3 ACCEPTED SOLUTIONS

Clara Lemos
Mega Sage
Mega Sage

Hi @DeIvory Gordon ,

 

The Story will be shown in this related list:

Screenshot 2023-11-28 at 16.15.23.png

 If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know

Cheers

View solution in original post

Bert_c1
Kilo Patron

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.

View solution in original post

Bert_c1
Kilo Patron

@DeIvory Gordon 

 

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:

 

<sys_package display_value="SDLC - SCRUM" source="com.snc.sdlc.scrum">89262c5d47983110753923dbd36d43dd</sys_package>
<sys_policy/>
 
The second which does set the enhancement filed is from
 
<sys_package display_value="Agile Development" source="com.snc.sdlc.scrum.pp">05262c5d47983110753923dbd36d43dd</sys_package>

View solution in original post

4 REPLIES 4

Clara Lemos
Mega Sage
Mega Sage

Hi @DeIvory Gordon ,

 

The Story will be shown in this related list:

Screenshot 2023-11-28 at 16.15.23.png

 If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know

Cheers

Thank you!

Bert_c1
Kilo Patron

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.

Bert_c1
Kilo Patron

@DeIvory Gordon 

 

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:

 

<sys_package display_value="SDLC - SCRUM" source="com.snc.sdlc.scrum">89262c5d47983110753923dbd36d43dd</sys_package>
<sys_policy/>
 
The second which does set the enhancement filed is from
 
<sys_package display_value="Agile Development" source="com.snc.sdlc.scrum.pp">05262c5d47983110753923dbd36d43dd</sys_package>