Uses of Class
javiergs.tulip.taiga.TaigaUserStory
Packages that use TaigaUserStory
-
Uses of TaigaUserStory in javiergs.tulip.taiga
Methods in javiergs.tulip.taiga that return TaigaUserStoryModifier and TypeMethodDescriptionTaigaClient.createUserStory(long projectId, String subject, String description, Long milestoneId) Creates a new user story in a project.TaigaClient.getStory(long storyId) Retrieves a user story by id.TaigaClient.moveStoryToSprint(long storyId, Long sprintId) Moves a user story to another sprint/milestone.TaigaClient.updateUserStory(long storyId, String subject, String description, Long milestoneId) Updates a user story.Methods in javiergs.tulip.taiga that return types with arguments of type TaigaUserStoryModifier and TypeMethodDescriptionTaigaClient.getStories(long projectId) Retrieves all user stories for a project.TaigaClient.getStoriesBySprint(long sprintId) Retrieves all user stories assigned to a sprint/milestone.