| Package | Description |
|---|---|
| net.rcarz.jiraclient | |
| net.rcarz.jiraclient.greenhopper |
| Modifier and Type | Method and Description |
|---|---|
static Project |
Project.get(RestClient restclient,
String key)
Retrieves the given project record.
|
Project |
Issue.getProject() |
Project |
JiraClient.getProject(String key)
Obtains information about a project, given its project key.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Project> |
Project.getAll(RestClient restclient)
Retrieves all project records visible to the session user.
|
List<Project> |
JiraClient.getProjects()
Obtains the list of all projects in Jira.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Version.copyTo(Project project)
Copies the version to the given project
|
| Modifier and Type | Method and Description |
|---|---|
Project |
RapidViewProject.getJiraProject()
Retrieves the full JIRA project.
|
Copyright © 2022. All rights reserved.