Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrjo committed Oct 4, 2018
1 parent 378f40c commit 9305edf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ place of the variable.
To not use queries, remove all queries using the - symbol. To add a query back,
use the + symbol.

## Timebox scoping

If this app is on a Timebox Scoped page, then the appropriate timebox filter
will be applied if the Timebox is valid for the queried model. If the Timebox
is not valid for the selected model, then the Timebox scope will be ignored.
Expand All @@ -35,6 +37,16 @@ to allow the user to respect or ignore the global project setting. This is
useful when Portfolio Items associated with a specific Milestone are not
constrained to a specific subset of the Project Hierarchy tree.

## Export

The current variables and values can be exported in CSV format

## Portfolio Item Ancestor

A setting allows a portfolio item ancestor filter to be added to the page. If a portfolio item
of that type is selected, all query values are filtered down to those that have the selected item
as an ancestor. Types that don't have that portfolio item type as an ancestor will return 0.

## Development Notes

* Using the Rally rich text editor to get easy formatting, but it doesn't give
Expand Down
6 changes: 3 additions & 3 deletions deploy/Ugly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<title>query-counter-1.0.5</title>
<!-- (c) 2017 CA Technologies. All Rights Reserved. -->
<!-- Build Date: Thu Oct 04 2018 22:06:37 GMT+0000 (UTC) -->
<!-- Build Date: Thu Oct 04 2018 22:12:07 GMT+0000 (UTC) -->

<script type="text/javascript">
var APP_BUILD_DATE = "Thu Oct 04 2018 22:06:37 GMT+0000 (UTC)";
var CHECKSUM = 37926680041;
var APP_BUILD_DATE = "Thu Oct 04 2018 22:12:07 GMT+0000 (UTC)";
var CHECKSUM = 37926677873;
</script>

<script type="text/javascript" src="/apps/2.1/sdk.js"></script>
Expand Down

0 comments on commit 9305edf

Please sign in to comment.