Auto assign projects to field contexts

Tobias Haak September 20, 2019

we have a number of custom fields and would like to restrict the field context for these fields only to a certain type/category of projects. As these projects are created semiautomated it would also be necessary to assign the the new projects automated during the creation process (based on project category) to the field context.

I tried this within a script listener (Scriptrunner). I can read the ProjectContexts and I also can modify them respectively, but adding does not work as the collection is unmodifiable. Any ideas? Any example ?

1 answer

1 vote
Christian Schlaefcke October 4, 2019

Hi Tobias,

I think this post might contain the answer (JamieA, Jan 14, 2015) :-)

When using Script Runner´s built-in-script "Copy-Project" the field context will be extended by the target project. But this will only happen it the source project is already listed in the field context configuration. I have already verified this in a Dev-Instance and it works (y)

Best Regards,

Christian

Suggest an answer

Log in or Sign up to answer