diff --git a/README.md b/README.md index b3085d7..59d49cf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..9af4a58 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/settings.png b/images/settings.png new file mode 100644 index 0000000..126dc08 Binary files /dev/null and b/images/settings.png differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 464f367..0000000 Binary files a/screenshot.png and /dev/null differ