ID is the id of the ProjectItem.
()
| 612 | |
| 613 | // ID is the id of the ProjectItem. |
| 614 | func (p ProjectItem) ID() string { |
| 615 | return p.Id |
| 616 | } |
| 617 | |
| 618 | // Repo is the repository of the project item. It is only valid for issues and pull requests. |
| 619 | func (p ProjectItem) Repo() string { |