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

query.jql.syntax.Q.scala Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
package io.gitlab.mateuszjaje.jiraclient
package query
package jql
package syntax

object Q {

  val Assignee   = "assignee"
  val assignee   = "assignee"
  val Reporter   = "reporter"
  val reporter   = "reporter"
  val Text       = "text"
  val text       = "text"
  val Status     = "status"
  val status     = "status"
  val Created    = "created"
  val created    = "created"
  val Resolution = "resolution"
  val resolution = "resolution"
  val Project    = "project"
  val project    = "project"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy