All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gitbucket.core.api.CreateAnIssue.scala Maven / Gradle / Ivy

package gitbucket.core.api

/**
  * https://developer.github.com/v3/issues/#create-an-issue
  */
case class CreateAnIssue(
    title: String,
    body: Option[String],
    assignees: List[String],
    milestone: Option[Int],
    labels: List[String])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy