Hiren
Hiren
Review/code comments/correction will be appreciated. PR for issue #208
> /rest/agile/1.0/board/{boardId}/issue This API is used to get all issues [including backlogs] of a specific board which is missing currently. > /rest/agile/1.0/board/{boardId}/project This API is used to get all projects...
By adding this functionality, boiler plate code will be removed and code will become easier to read.
Removed unnecessary getters and setters. Added UI message when there is no answer found. Sample question when it throws null pointer exception : "how to handle null pointer in java...