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

com.lesstif.jira.Constants Maven / Gradle / Ivy

package com.lesstif.jira;

public class Constants {
	// Resource URI
	public static final String JIRA_RESOURCE_PROJECT = "project";
	public static final String JIRA_RESOURCE_ISSUE = "issue";
	public static final String JIRA_RESOURCE_ISSUETYPE = "issuetype";
	public static final String JIRA_RESOURCE_PRIORITY = "priority";
	public static final String JIRA_RESOURCE_ATTACHMENT = "attachments";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy