Hi,
I have implemented a calculated custom field which simply returns an ApplicationUser. While everything works fine I can see this custom field being added to "Details" section under issue view. Correct placement would be under "People". I can't seem to find any XML configuration or API methods to tell JIRA in which section my field should be rendered in.
Does anyone know the logic how JIRA detects which type of the field it is dealing with and based on that where it needs to place it?
That would be defined by an inherited interface of the custom field class. If it is not your plugin, then you can not influence it.
Thanks for the answer, it makes sense and it is my class. Do you know exactly what needs to be inherited because currently I'm extending CalculatedCFType<ApplicationUser, ApplicationUser> and it's not working, or this type of placement won't work for Calculated Fields by design?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
com.atlassian.jira.issue.field.UserField
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.