Questions tagged [sprint]

A sprint is a set period of time during which specific work has to be completed and made ready for review. The duration of the sprint is decided by the scrum team and is fixed. The delivery of the sprint is a deployable product. **Important note:** This tag is ONLY for questions about code; questions on methodology or project management should be directed to Software Engineering SE or Project Management SE.

A sprint (or iteration) is the basic unit of development in Scrum. The sprint is a "timeboxed" effort; that is, it is restricted to a specific duration. The duration is fixed in advance for each sprint and is normally between one week and one month, although two weeks is typical.

Each sprint is started by a planning meeting, where the tasks for the sprint are identified and an estimated commitment for the sprint goal is made, and ended by a sprint review-and-retrospective meeting, where the progress is reviewed and lessons for the next sprint are identified.

Scrum emphasizes working product at the end of the Sprint that is really "done"; in the case of software, this means a system that is integrated, fully tested, end-user documented, and potentially shippable.

125 questions
0
votes
2 answers

Index of data file in title

I have a Gnuplot data file broken into sections (2 blank lines). I wish to capture the indices I've selected to plot into the key of the plot, "plot 'datafile' index 5:10:1 us 7:8 ti XXX", where XXX is the index. I understand the the pseudocolumn,…
Donal Day
  • 1
  • 1
0
votes
1 answer

JIRA: How can I see all stories which are closed after x days the sprint has been started?

I'd like to see two things. - For me only it's interesting to see the effective working time on a story to identify some team optimization mechanics. First I need one filter in Jira that shows all tasks which are planned in a sprint and get closed…
0
votes
1 answer

How to move tickets to next sprint in Jira to have correct time counting?

Suppose we have a ticket with estimation of 4 units and this ticket was half done in one sprint and moved to next one. Will it make difference, when we did re-estimation? One option is to change estimation before sprint closed and then to move…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
0 answers

Azure DevOps Sprint Taskboard not allowing to drag Task to Columns

I created a new Sprint, assigned Issues to it, however on the TaskBoard it does not allow me to drag the issue to the correct location (ToDo,Doing,QA,Done): Any idea why is that happened? However, If i create a new issue with the + button, it is…
D.Firka
  • 59
  • 5
0
votes
1 answer

Hibernate: Envers does not work with derived classes with no member fields

Given the following base class... ... import org.hibernate.envers.Audited; @Audited @Entity @Table( name = "account", indexes = { @Index(name = "account_currency_id_idx", columnList = "currency_id") }) @Inheritance(strategy =…
j3d
  • 9,492
  • 22
  • 88
  • 172
0
votes
1 answer

Angular 13 how to bypass net::ERR_CERT_INVALID

private baseUrl = 'https://diallosuer:8443/sprintproject'; submitForm(form: FormGroup) : Observable> { let dataJson = JSON.stringify(form.value); const httpOptions = { headers: new HttpHeaders({'Content-Type':…
0
votes
1 answer

How to change string value dynamically with string interpolation for a string loaded from json file

I have 3 json files for translations. I want to translate this message: "ERROR_MESSAGE": "Verification failed, %s tries left.". I am using sprintf package, and when I load the string it doesn't change the value dynamically. The % sign shouldn't be…
Arinton Akos
  • 145
  • 2
  • 10
0
votes
2 answers

How to get changelog with python from jira and how to get the sprint data?

I need to get the changelog data from Jira. In postman, this link works: https://xxxx.atlassian.net/rest/api/2/search?jql=project=xx&expand=changelog But I need to get it done in Python. I tried to specify it in the jira.instance.jql() part by…
semchena31
  • 51
  • 1
  • 7
0
votes
1 answer

Sprint estimation handling after QA increase

Long story short: we had a team of 3 devs and 1 QA working in a stable rhythm of a two-week sprint of 50 story points. We discussed increasing the team by one dev and 1 QA with the PO. The QA was added to the team, but the developer will not be…
Biggie Mac
  • 1,307
  • 2
  • 13
  • 26
0
votes
1 answer

WebSecurityConfig: adding property requires Bean?

For some reason whenever i try to add property to this class the app breaks. Can't figure out which conctructor i need to configure. @Configuration @AllArgsConstructor @EnableWebSecurity public class WebSecurityConfig extends…
0
votes
0 answers

Jenkins buid when active sprint complete in JIRA

Is it possible trigger to Jenkins build a job when the jira active sprint is complete?
user15564189
0
votes
0 answers

How to move tasks thus sprint is not always 100% completed

we use azuredevops in our team and try to understand our efficency by using analytics, especially sprint burndown. When we come to the end of our sprint, we move tasks that are not completed in next sprint. Now, burndown chart show always 100%…
0
votes
0 answers

How to get Sprint field data in C# from MS Project mpp file via MPXJ?

I'm working on a project where I have to extract data from mpp files, that are Sprint Project files. I'm using MPXJ, and now stuck as I cannot seem to find a way to retrieve data from the 'Sprint' and 'Boad Status' fields. I have tried the…
Daniel
  • 25
  • 5
0
votes
1 answer

How to get added time stamp or removed time stamp for the items in sprint in Jira using API

How to get the timestamps that the items were added or removed from the sprint in Jira using API and the timing of when the build completed
BIDev
  • 3
  • 1
0
votes
1 answer

Azure DevOps - Sprint (Capacity Data) in Power BI

We have the requirement to load the capacity data which we mentioned in the sprint in the azure Devops for the various analysis, can you help me with the solution how we can pull data and put it into the power BI.
1 2 3
8 9