Categorie
Archivi
- aprile 2018
- marzo 2018
- gennaio 2018
- dicembre 2017
- novembre 2017
- ottobre 2017
- settembre 2017
- agosto 2017
- luglio 2017
- giugno 2017
- maggio 2017
- aprile 2017
- marzo 2017
- febbraio 2017
- dicembre 2016
- novembre 2016
- ottobre 2016
- settembre 2016
- agosto 2016
- aprile 2016
- marzo 2016
- febbraio 2016
- gennaio 2016
- dicembre 2015
- novembre 2015
- ottobre 2015
- settembre 2015
- dicembre 2014
- novembre 2014
- ottobre 2014
- settembre 2014
- agosto 2014
- luglio 2014
- giugno 2014
- maggio 2014
- aprile 2014
- marzo 2014
- febbraio 2014
- gennaio 2014
- novembre 2013
- ottobre 2013
- settembre 2013
- agosto 2013
- luglio 2013
- agosto 2012
- luglio 2012
- giugno 2012
- aprile 2012
- marzo 2012
- febbraio 2012
- gennaio 2012
- dicembre 2011
- novembre 2011
- ottobre 2011
- settembre 2011
- agosto 2011
- luglio 2011
Aggiornamenti Twitter
- Enable Chrome Desktop to Prompt #PWA Add to Homescreen youtu.be/hnMyszjVqWU 2 years ago
- RT @FiordiRisorse: Agile non è un metodo, ma un mindset. I 12 principi dell' Agile e come possononessere trasferiti in un'azienda tradizion… 2 years ago
- RT @agilebusinessda: Sì parla di SCRUM con @AndreaRegoli #ABD18 #agilebusinessday #agileinvenice #agileconference https://t.co/ev0HKNv5ar 2 years ago
- Increase your productivity: Getting Things Done #GTD with #Trello or #Asana and #zapier or #IFTTT automation… twitter.com/i/web/status/9… 3 years ago
- List of #Management and #Leadership #Books part 2 andrearegoli.wordpress.com/2018/03/19/lis… via @andrearegoli 3 years ago
- #Trello vs #Asana: what is the better? andrearegoli.wordpress.com/2018/01/16/tre… via @wordpressdotcom 3 years ago
- The best result comes from everyone in the #group doing what's best for himself AND the group andrearegoli.wordpress.com/2018/01/08/the… via @andrearegoli 3 years ago
- #DesignThinking andrearegoli.wordpress.com/2017/12/20/des… @andrearegoli 3 years ago
Tags
- AD
- ajax
- Animation
- App
- Asp.Net
- binding
- book
- books
- Bootstrap
- Cast
- child
- Column
- ComboBox
- convert
- css
- CurrentThread
- delete
- EF6
- EntityValidationErrors
- exam
- fancybox
- file
- Filename
- Font
- game
- generic handler
- icon
- Identity 2.0
- item
- Jira
- join
- jquery
- jquery plugin
- jquery validation
- Json
- Leadership
- lightbox
- linq
- Listbox
- ListView
- live
- modal
- MVC
- pass value
- pmbok
- pmi
- pmp
- post
- project management
- recursive
- REST
- Routing
- Row
- script runner
- SCRUM
- Silverlight
- SQL
- status
- thread
- tr
- update
- url
- user story
- validation
- Visual studio
- WCF
- WebClient
- Windows 8
- windows phone
- WinRT
- wp7
- WP8
- WPF
- xml
Archivi categoria: Jira
Jira date diff or calculate a range in query
Today I’ve tried to set up a Jira query in my board. My target was to change the card color evaluating how many days are left before the configured due date. Here the solution: What does it mean duedate >= … Continua a leggere
How does Jira automatically move parent story to done (next status) when all sub issues or tasks are completed? part 2
In my previous post I explained how jira automatically manage the movement of the parent issue. I analyzed it deeply and here I am with other details. Before I said that the parent issue must have been in progress in … Continua a leggere
Pubblicato in Jira, Management
Contrassegnato automatically, child, Jira, parent issue, status, story, subtask
Lascia un commento
Jira: how to set in progress status when a subtask move to in progress using Script Runner
This is something that Jira would have done by default but it doesn’t… So If you require that the parent issue change status from TO DO to In Progress when a subtask move from TO DO to In progress, this … Continua a leggere
Pubblicato in Agile, Jira
Contrassegnato change status, in progress, Jira, script runner
Lascia un commento
How to manage a Scrum project and QA (Quality Assurance) / test phase with Jira part 2
In my previous article I wrote about the problems I came across using Jira standard project workflow. In this post I’ll show you in detail how I solved these problems. Solution Mixing SCRUM and Kanban (it’s not ScrumBan) In my … Continua a leggere
How to manage a Scrum project and QA (Quality Assurance) / test phase with Jira part 1
When you start a software project in Jira, usually a basic workflow is generated for you. I spent lots of time studying Agile philosophy, in particular Scrum and Kanban. I tried to apply everything I learned to my team and … Continua a leggere
Pubblicato in Agile, Jira, Management, SCRUM
Contrassegnato Board, Kandan, SCRUM, workflows
Lascia un commento
Story Point vs Estimated Time and how to config Jira to help us
What are story point? what is this shit?! Fibonacci series? naaaaa IO estimate my work in days or hours… I don’t want to bother with this useless stupid system. How many of you have you thought at least one time … Continua a leggere
Pubblicato in Agile, Jira, SCRUM
Contrassegnato estimation, remaining, story point, storypoint, time
Lascia un commento
Jira useful add-ons
Jira suite utilities (FREE) This free add-on add a lot of validators, conditions and post functions PostFunction aggiunge il setta il field da un altro field (stesso issue o parent issue) I used it to copy value from other field … Continua a leggere
How does Jira automatically move parent story to done (next status) when all sub issues or tasks are completed?
I’ve struggled with this problem a lot of times and I wasted lots of time understanding how Jira deal with it. Finally I understood how Jira works and I’m very happy about that! There are lots of topics where people … Continua a leggere
Jira Workflow postfunction copy value from other field
Today I struggled with this problem: How to set a field copying it from another one? I looked for a solution on the Internet and I found 3 different ways: JIRA Misc Workflow Extensions here a link on how to … Continua a leggere