I want to make a ui button 'REOPEN INCIDENT' on the incident form. Whenever we clicked on this updates will happen on the server side like incident state become close to active and on the client side comment field become mandatory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2018 05:48 AM
I want to make a ui button 'REOPEN INCIDENT' on the incident form. Whenever we clicked on this updates will happen on the server side like incident state become close to active and on the client side comment field become mandatory.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2018 07:19 AM
I believe this UI Action already exists, OOB. Are you looking to do something different than what already exists?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2018 12:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2018 12:47 AM
Thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2018 11:16 PM
Hi Silentkiller,
OOB Reopen UI action is available. But this UI action is available for users with no role. Which they can find in selfsevice>incident when ticket is resolved. If you want that UI action is available for all users then remove 'gs.getUser().hasRoles()' in condition field.