All Downloads are FREE. Search and download functionalities are using the official Maven repository.

v1api-queries.trendinginfo.st Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show 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'|IsDeleted='True')
  - Timebox.ID!=''
  - Team.ID!=''
  - Timebox.EndDate<'$sprintEndDate$'
  - Timebox.BeginDate>'$sprintStartDate$'
  - Timebox.EndDate>'$sprintDeltaDate$'"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy