Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copado Integrations v1.14 Update - 05-11-2018
- Bugfix: JiraIssueFetcher_Batch_Test Test Class could potentially fail.
- Upgrade instructions: clone or download this repository. Deploy the JiraIssueFetcher_Batch_Test Apex Class to your Copado Integrations Org.

# Copado Integrations v1.13 Update - 05-09-2018
- Bugfix: Jira retrieve was limited to 50 records. Now it supports the retrieve of all Jira stories.
- Upgrade instructions: clone or download this repository. Deploy the CopadoSyncUserStories VF page to your Copado Integrations Org.
Expand All @@ -23,8 +27,8 @@ By default the following fields get imported:

# Installation instructions
To install the application use one of the below URLs.
- Production/Developer orgs: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t24000000Nh91
- Sandbox orgs: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t24000000Nh91
- Production/Developer orgs: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1p000000Exfy
- Sandbox orgs: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1p000000Exfy

# Customisation
In order to customise the mappings for the fields being retrieved, you will need to search for the section in the code labelled, "FIELD MAPPINGS" in the CopadoSyncUserStories Visualforce page.
Expand Down