
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 11:50 AM
Hello All,
I have issue with "New" button is missing on Enhancement and Defect List Banner (After upgrade to Agile 2.0), i have checked all the List controls and they are fine. Please find the below screen shots and suggest some solution.
Note:
SN Version - Jakarta.
Agile Development -
Agile 2.0.
Regards,
Raj
Solved! Go to Solution.
- Labels:
-
Agile Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 02:26 PM
I noticed the same thing on the Releases list earlier today when I was helping another community member. It appears that the global New UI action isn't used and is overwritten by a custom New button for each of the release tables. In that New UI action is a condition:
RP.isRelatedList()
This is validating whether you are on a related list or not. So the condition is basically only allowing new items IF you are on a related list and not from the main list itself. Seems silly but obviously there was some sort of reason for this by the development team.
To fix:
- Click one of the list column hamburger icons and choose Configure \ UI Actions
- Search where name = New. You should find one for the enhancements table - don't edit the one tied to the global table
- Best practice is to inactivate the out of the box one and clone it for your own so you won't deal with upgrade challenges
- Once cloned remove the "&& RP.isRelatedList()" from the condition field.
Please mark this post or any as helpful or the correct answer to your question so others viewing can benefit.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 11:56 AM
Look for ACL of type create for Enhancement table & get the roles, conditions or script modified accordingly.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 12:56 PM
Hi Jaspal,
Thanks for reply.
I have done ACL debugging(create/write), but no result.
Regards,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 12:25 PM
Something I tried a few versions back that worked for me was to check the Omit boxes, Update record, and then re-open the List Controls to "enable" them again.
Richelle

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 01:10 PM
Hi Richelle,
Thanks for your Reply,
I have tried this already but no luck.
Regards,
Raj