Allow Title/Subject field to be edited by end user
Best Answers
-
james_kleinschnitz Cireson Dev, Product Owner Advanced IT Monkey ✭✭✭Hi Pat,
Custom forms can be mapped to AD Groups via admin settings in portal, so that you can define different custom forms for different AD Groups. You can read more about this feature in this KB Article:
https://support.cireson.com/KnowledgeBase/View/51#/
James5 -
Brett_Moffett Cireson PACE Super IT Monkey ✭✭✭✭✭This would be a two step process.
Give a SCSM User Role edit access to IR's then use JScript to find users in this role and set the IR form fields to disabled in the Portal. (Leaving the Title field enabled of course)
This would get you the desired outcome, however, if that user ever then logged on to the SCSM console they would have full edit rights over IR's so that wouldn't be very desirable, however if that user does not have the console installed you would shield them from that.
Hope this helps5
Answers
It is possible but I would recommend using the action log for users to update tickets rather than editing the title or description. That way you get a full log of updates, and it's possible to notify the analyst of any updates.
If you do want to proceed, you can just edit the DefaultUser work item forms and remove the 'disabled: true' from the fields you want users to be able to edit.
Let me know if you need more detail on that.
Geoff
Custom forms can be mapped to AD Groups via admin settings in portal, so that you can define different custom forms for different AD Groups. You can read more about this feature in this KB Article:
https://support.cireson.com/KnowledgeBase/View/51#/
James
Give a SCSM User Role edit access to IR's then use JScript to find users in this role and set the IR form fields to disabled in the Portal. (Leaving the Title field enabled of course)
This would get you the desired outcome, however, if that user ever then logged on to the SCSM console they would have full edit rights over IR's so that wouldn't be very desirable, however if that user does not have the console installed you would shield them from that.
Hope this helps
Thank you all for your input. This information will help me out in this situation.
Pat