How get Epic Name for Issue? AtlassianSDK | .NET | C#.

656LEXUS May 3, 2017

At moment, i do so:

1) Perform request, like:

jira.Issues.GetIssuesAsync("list_issue_keys") 


2) Iterate result and check custom field "Epic Link"

3) If custom field "Epic Link" is exists, then performs second request

jira.Issues.GetIssue("epic_link")

and extract it "Summary".

If try extract custome field "Epic Name" directly in result of first request, then thrown exception. Field does not exists.

How wrote right? It possible per one request?

 

1 answer

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 5, 2017

Hi! This looks like a developer question, so it would be better to post it at community.developer.atlassian.com that's where our developer community hangs out :)

Regards,

Ana

Suggest an answer

Log in or Sign up to answer