Hi,
We have a custom field of Select List (single choice) in which we have the names of our manager and based on the project the manager would be selected from the drop down field. There is a script written on issue creation the manager is assigned in the custom field. Now as per GDPR do i need to make any changes in my script. Can you please let me know so that i can make the necessary changes if required. Please find the screenshot of the same as below. Just to let you know i am not referencing/updating Assignee or Reporter in my script.
Regards,
Shaik
Hi Shaik,
Thanks for reaching out to Atlassian Community.
Just to make sure that we are on the same page, are you referring to API changes due to GDPR?
Also, can you share the screenshot again? I see that you mentioned about a screenshot but nothing appeared here.
Regards,
Angélica
Hi Angelica,
Thanks for your response. I have attached the screenshot for your reference. Just to let you know i am not updating or using Assignee/Reporter or Single Select User Picker field in my script but still its showing this message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the details Shaik.
You can check the link below for more details about GDPR changes for scriptrunner:
- GDPR Migration Guide
If the select list is a user picker, you will have to change the script because the way user accounts get referenced will change, but if it's just a select list that is not tied to a user account, the GDPR changes should not affect this.
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.