Hi All,
My requirement is to make the Summary field non-editable for one particular issue type.
1. A text field called "customsummary" is added to the create screen
2. The Summary of the issue Type shall not be editable by the user
3. When the issue is updated the Summary field shall be updated according to the format
[Value in Customsummary][Jiraissuekey]
Please let me know if there is any feasible solution for this
Thanks
Or simply swap the usage. Keep summary as it is and create another Scripted Field (using script runner plugin) which always returns you this value [Summary][Issue Key]
This will not work. You must enter a summary as you create the issue.
What you CAN do is write/find a plugin that will update the summary after the users commit the creation.
If you really do want something that automatically generates it, I'd also add javascript to the create screen to pre-populate the summary with something like "Automatically generated summary, please leave this here".
If you're planning to auto-generate the summary based on what they entered in your customsummary, then I'd forget it - let them enter the summary as normal, and then the post-function will have what they've entered available and can simply change it instead of processing two fields.
If you want to disable it completely, or even just make it optional on create, you need to amend the core code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.