query.jql.syntax.Q.scala Maven / Gradle / Ivy
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