Hi,
For one of our clients we have a use case where we want to hide some UI elements in Jira for some projects and some specific groups using ScriptRunner:
#datesmodule
#peoplemodule
#activitymodule
sidebar-navigation-panel
Not sure how that can be done using the Hide UI Element Built-In Script. Ideas anyone? Thanks!
The ids for fields (and all the other objects) are generated independently in separate systems. Unless your test system is an exact copy of production where no-one has done any additional config, you won't see the same IDs for custom fields (or other objects) as the counters will immediately start to count independently on the two systems.
This shouldn't matter though, PC is fully aware of it and handles different field IDs fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.