Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameExampleDescription
standing(<values>)assignee(resolved,closed)Only return issues with the provided standing(s)
type(<values>)type(1,4) 
affiliation(<values>)affiliation(54,65)Only with affiliations 54 or 65.
class(<values>)class(32) 
priority(<values>)priority(1,2,3,4,5) 
resolution(<values>)resolution(1,65,23) 
status(<values>)status(32,64) 
Status
colourGreen
titleNEW
contract
contract(1,4) 
Status
colourGreen
titleNEW
referrer_type
referrer_type(prospect) 
Status
colourGreen
titleNEW
referrer_id
referrer_id(1, 4) 
min_id(<id>)min_id(12)Only return issues with ids greater or equal to
max_id(<id>)max_id(120)Only return issues with ids less or equal to
against(type1(...),typeN(...))_filters=against(company(1,4), job(2,4))Only return tasks with the matching against values. The example will only return issues against company 1 and 4 or issues against job 1 and 4.
order_by_asc(<value>), order_by_desc(<value>)order_by_desc(id)

Accepts: id, date_opened, date_submitted, date_started, date_due, date_closed

Status
colourGreen
titleNEW
date_resolved, title, status, standing and date_last_interacted

NEW

<field_name>_greater_than(<value>),

<field_name>_less_than(<value>),

<field_name>_greater_than_or_equal(<value>),

<field_name>_less_than_or_equal(<value>)

_filters=id_greater_than(5)

 Available fields:

id
assignee
type
against_id
affiliation
class
resolution
priority
submitted_by
opened_by
resolved_by
closed_by
reopened_count
status
rate
rate_charged
contract
billable_hours

billable_seconds


date_<field>_after,(<unix time>)

date_<field>_after_or_equal(<unix time>)

date_<field>_before(<unix time>)

date_<field>_before_or_equal(<unix time>)

_filters=date_closed_before(1431637176)

Filter issues by date ranges.

Fields: closed, opened, submitted, due and started.

date_<field>(<unix time>)_filters=date_closed(1431637176)

Find issues that date falls on the same date as the supplied unix timestamp.

Fields: closed, opened, submitted, due and started.

...