Skip to content

Commit 3f5f6dc

Browse files
authored
Adding privacy info (#65)
1 parent c3bc6bd commit 3f5f6dc

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

docs/telemetry.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ We use [Application Insights](https://azure.microsoft.com/en-us/services/monitor
77
Currently we collect the following anonymous data:
88

99
* Event data: application version, client city/country, hosting type, item count, error count, warning count, elapsed time.
10+
* Exceptions: application errors and warnings.
1011
* Dependencies: REST calls to Jira and Azure DevOps to help us understand performance issues.
1112

13+
Note: Exception data cannot be 100% guaranteed to not leak production data
14+
1215
All logging logic can be review in the 'src/WorkItemMigrator/Migration.Common.Log/Logger.cs' source file.
1316

1417
## Opt out of tracking
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Jira to Azure DevOps/TFS work item migration tool Privacy Policy #
2+
At Solidify we respect your privacy and want you to feel safe with how your personal data is being processed.
3+
4+
## Security of Your Information ##
5+
We are committed to protecting the security of your information. The current implementation stores nothing about you outside of the local migration workspace used for exporting and importing data between the services. The information used during the migration (the local export files) may contain sensitive data (user id, customer information etc) and should be treated appropriately by the persons performing the migrations.
6+
7+
## Data for Quality and Reliability Improvements ##
8+
We use [Application Insights](https://azure.microsoft.com/en-us/services/monitor/) to collect usage and error information in order to improve the quality of the tools, the data is currently saved for 90 days.
9+
10+
Currently we collect the following anonymous data:
11+
12+
* Event data: application version, client city/country, hosting type, item count, error count, warning count, elapsed time.
13+
* Exceptions: application errors and warnings. Note: Exception data cannot be 100% guaranteed to not leak production data.
14+
* Dependencies: REST calls to Jira and Azure DevOps to help us understand performance issues.
15+
16+
## Opting out ##
17+
See [Telemetry](telemetry.md) for details on how to disable telemetry collection.
18+
19+
## Collection and Use of Your Personal Information ##
20+
We don't collect any information that identifies you as an individual, except the information Microsoft provides to us for commercial purposes from the Azure DevOps Marketplace.
21+
22+
## Disclosure to Third Parties ##
23+
Except as described in this statement, information you provide will not be transferred to third parties without your consent. Your personal data may be disclosed when such is required according to law, such as when laws against discrimination are applicable or when such is required by the data protection agency.
24+
25+
If you would like to get in touch with Solidify AB in regard to your personal data, you can send an e-mail to info@solidify.se.
26+
27+
Effective as of July 9, 2019.

src/WorkItemMigrator.Extension/vss-extension.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Jira to Azure DevOps/TFS work item migration tool",
55
"version": "0.0.1",
66
"public": false,
7-
"publisher": "solidify-labs",
7+
"publisher": "solidify",
88
"targets": [
99
{
1010
"id": "Microsoft.VisualStudio.Services.Integration"
@@ -54,6 +54,9 @@
5454
},
5555
"license": {
5656
"path": "LICENSE.md"
57+
},
58+
"privacypolicy": {
59+
"path": "PRIVACY.md"
5760
}
5861
}
5962
}

0 commit comments

Comments
 (0)