Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Morse committed Jan 17, 2019
1 parent 2aa273c commit c5f0ec7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,30 @@ By default, it copies the following fields:

If there are required fields, the app will attempt to copy those fields, as well. If the Release field is required for stories, the app will present the user with a drop-down box for default release to put in as a placeholder for any parent stories that are being copied. (A parent story cannot have a release, so if it's required, a parent being copied will fail to copy because the story is first created as a standalone and then becomes a parent when a child is assigned to it.)

In addition, the app can be configured to copy additional fields by using Edit App Settings...
![](images/screenshot.png)

![alt text](https://raw.githubusercontent.com/wrackzone/portfolio-item-copy/master/screenshot.png "Screenshot")
## Settings

This app can be configured via the Edit App Settings gear menu item.

![](images/settings.png)

### Maintain Ranks

This allows for the rank order to be maintained in the copy. For large trees, this could be slower. (default: true)

### Feature Fields

Use to set additional fields from PortfolioItems to copy beyond the default and required fields.

### Story Fields

Use to set additional fields from User Stories to copy beyond the default and required fields.

### Task Fields

Use to set additional fields from Tasks to copy beyond the default and required fields.

## License

AppTemplate is released under the MIT license. See the file [LICENSE](./LICENSE) for the full text.

##Documentation for SDK

Binary file added images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit c5f0ec7

Please sign in to comment.