Using Jira JQL to Search for Issues in a Sprint
Usually everything you do in Jira is orientated around a sprint. Your current sprint. Or perhaps even a past sprint or a future sprint.
Bill Echlin
Read More
3 min
Usually everything you do in Jira is orientated around a sprint. Your current sprint. Or perhaps even a past sprint or a future sprint.
In this post we show you how to use Jira's advanced JQL language to search for related issues. Often in Jira you'll want to search and find issues that are …
JQL, Jira Query Language. This is a quick intro to the power users approach to searching for issues in Jira.
Inversion of control and dependency injection are big topics.
We're going to take a look at a simple 'Driver Pattern' example. A simple example with a C# SpecFlow project.
The factory design pattern solves one big issue - your clients having to know about all the different concrete class types that they may need to instantiate.