Does anyone know how I can get create issue metadata from the Java API?
I have a project id, issue type id, and an application user and I would like to get all the fields that render on the create issue screen via Java API.
I will dive into the REST API code to see how it’s done there… but if anyone has done this before and can give some points that would be helpful.