getEpic

getEpic

 

Description

Retrieves information about a specific epic, which is a larger work item that often encompasses multiple user stories or tasks, helping to organize and track complex projects.

Syntax

getEpic(id)

Package

 

Alias

 

Pkg Usage

 

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

id

String

Yes

The epic id or key

Return Type

JEpic

The epic structure

Example

JEpic epic = getEpic("TEST-1"); runnerLog("Id: " + epic.id); runnerLog("Name: " + epic.name); runnerLog("Summary: " + epic.summary);

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.