I can set story points for Stories and for Tasks. Let us say I have the
userstory "As a scrum master, I can see the progress of a sprint via the burndown chart"
Now I have multiple tasks and subtasks to this userstory. Where do I set the storypoints now?
For a good project management I have to set them always at the smallest unit. Let us say I have Task1 with Subtask1 and Subtask2. Now I have to set the storypoints for Subtask1 (4) and Subtask2 (20). But this has to add up in Task1 to 24. If I do not have any subtasks for Task2 (26 Points) then I have to set the points for the task directely and everything would add up to 50 Points for the Story. In this example it would be not allowed to set any points neither in the story itself nor in the Task1.
Is this possible to achieve in JIRA or what is the common way to implement something like that?