How to filter Project Area List.
I have a custom attribute field which type is Project Area List and showed in workitem UI.By default, all project area in the rtc server will all list out when button of this field is clicked.
Now I have a request. I want to show project area list suffixed with "_DEV" only in the custom field. I want to know how I can I realize this request.
My colleage tell me I can write js source in attribute customization Value Sets. But I don't know how to write it to get the project list and filter the list. Please give me some advise, it will be better to give me a example.