0

Currently, the board is set up with "Link sprints to values for Fix versions" behavior (where "Fix versions" is a custom field): enter image description here

The query is currently fetching Fix versions: {IMS 3.13-02}, but I want it to be generic and not hardcoded to this particular sprint, e.g. something like Fix versions: current sprint. It's needed so that issues that were assigned to this sprint are visible there and when board is switched to next sprint (e.g. {IMS 3.13-03}) that the query automatically shows only issues for that sprint (as they will have that "Sprint Name" set via "Fix versions").

Does something like this exist?

Saran
  • 3,845
  • 3
  • 37
  • 59
  • Hello, this is actually not a query. Linking sprints to a "Fix versions" custom field leads to the following: all issues with Fix Versions set to some value will appear on the corresponding sprint (which name matches this value). Current sprint is just a sprint which starts before the current date and ends after that. Please refer to https://www.jetbrains.com/help/youtrack/standalone/Sprint-Options.html#link-sprints-new and clarify your scenario if I got you wrong. Thank you – Ana Bartasheva Feb 20 '20 at 16:47

1 Answers1

1

Thanks to @Ana Bartasheva comment, the solution is just removing the Fix versions: {IMS 3.13-02} from the "Link sprints to values for Fix versions" query. It was superfluos b/c they (sprint and fix versions) were already linked.

Saran
  • 3,845
  • 3
  • 37
  • 59