-
Notifications
You must be signed in to change notification settings - Fork 123
Functions to return project components, resolutions and issue types #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| return $this->api(self::REQUEST_GET, '/rest/api/2/attachment/meta'); | ||
| } | ||
|
|
||
| /** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't getAttachmentsMetaInformation already merged #101? Please remove from this diff
|
Cheers, and thank you for contributing |
| * | ||
| * @param string $project_key Project key. | ||
| * | ||
| * @return array|false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In which cases the false gets returned?
I thought, that if project has no component, then I'll get empty array back. If there was an error I'll get an exception.
|
@N-M , please create new branch for each PR you send. Don't send PR from Better yet close this PR and resend from new branch. This way on your next PR there won't such issues. |
|
I am closing this pull request and resending from new branch. |
Functions to return project components, resolutions and issue types