Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Add projected completion date for epics#157

Merged
irphilli merged 1 commit intoirphilli:masterfrom
simplepractice:master
Jul 22, 2022
Merged

Add projected completion date for epics#157
irphilli merged 1 commit intoirphilli:masterfrom
simplepractice:master

Conversation

@E70M
Copy link
Copy Markdown
Contributor

@E70M E70M commented Jul 21, 2022

Exposes the projected_completion attribute from the Pivotal API on the epic resource

Usage

client = TrackerApi::Client.new(token: token)
project = client.project(project_id)
epics = project.epics(fields: ":default,followers,projected_completion")
projected_completion = epics.first.projected_completion

Documentation

https://www.pivotaltracker.com/help/api/rest/v5#epic_resource

@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 1d08a05 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 97.5% (0.0% change).

View more on Code Climate.

Copy link
Copy Markdown
Owner

@irphilli irphilli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks!

@irphilli irphilli merged commit bab36ed into irphilli:master Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants