So I have some development experience, I followed the Jira Hello World tutorial, setting up my Hello World app. Now I’d like to do something real: Set up a custom text field that only certain project roles can see, and a way for admins to configure those project roles.
The problem is that I don’t know where to start, so I’d be super happy if someone could nudge me into the right direction.
I can’t find Project Roles anywhere in the docs, so I guess I’ll have to go with Groups. Maybe I can create an Admin Page that allows admins to pick the Groups that should be able to see the custom field, and then a custom field that references that list of Groups to decide if it renders itseld.
While this sounds good in theory, I still don’t know where to start