Class AvatarResource

java.lang.Object
com.atlassian.jira.rest.v2.issue.AvatarResource

@Path("avatar") @Consumes("application/json") @Produces("application/json") public class AvatarResource extends Object
Since:
v5.0
  • Constructor Details

  • Method Details

    • getAllSystemAvatars

      @GET @Path("{type}/system") public jakarta.ws.rs.core.Response getAllSystemAvatars(@PathParam("type") String type)
      Returns all system avatars of the given type.
      Parameters:
      type - the avatar type
      Returns:
      all system avatars of the given type.
      Since:
      v5.0