
v1api-queries.trendinginfo.st Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of versionone-feature-collector Show documentation
Show all versions of versionone-feature-collector Show documentation
VersionOne Collector Microservices
The newest version!
trendinginfo(sprintStartDate,sprintEndDate,sprintDeltaDate) ::= "from: Story
select:
- Timebox.ID
- Timebox.BeginDate
- Timebox.EndDate
- Scope.ID
- Team.ID
- Status.Name
- Estimate
- ToDo
- AssetState
- Custom_SoftwareTesting.Name
- IsDeleted
- ChangeDate
sort:
- Timebox.BeginDate
filter:
- IsDeleted='False','True'
- Timebox.ID!=''
- Team.ID!=''
- Timebox.EndDate<'$sprintEndDate$'
- Timebox.BeginDate>'$sprintStartDate$'
- Timebox.EndDate>'$sprintDeltaDate$'"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy