You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I'm not sure what's wrong here. I've added a behaviour which hides summary and sets the request type name of the chosen request type:
getFieldById('summary').setHidden(true)
getFieldById('summary').setFormValue(requestTypeName)
The thing is that this works for agents with a jira license, but not for customers without a jira license.
Regards
Brian
Hi Brian,
Not sure which Scriptrunner version you're using but it could be related to this bug here: https://productsupport.adaptavist.com/browse/SRJIRA-4876
It was fixed in Scriptrunner version 6.15.0.
Hi Brian,
Setting the Summary can be performed by JSM native functionality and copying field values can be performed by a post function. This raises the question of why you are using a Behaviour.
To use native functionality:
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thank you for the reply.
I'm using Email This Issue for incoming mail, and this will not accept summary as a hidden field in any of the request types, which it uses to create tickets in. So I have to hide this without using native methods, it would seem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome Brian,
It seems to me that you are going against Atlassian's intentions for the Summary field. Please consider why it is the only field that is always required and how that is playing into your problem. The best solution is likely not technical, but changing a real world process or behavior.
You can investigate the portal section of your script (referenced in https://scriptrunner.adaptavist.com/5.5.9/jira/CustomisingUI.html) if you would like to continue with the technical solution. Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank again.
I agree, but the owner of the process insists, and will not have in other ways.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.