Skip to content

Commit 4dda928

Browse files
USER-487 Improve Jira attachment download (#544)
Currently jira attachments live at the same level as their parent issue. This puts attachments under a folder that matches the parent issue
1 parent 57724f4 commit 4dda928

File tree

21 files changed

+308
-109
lines changed

21 files changed

+308
-109
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.48
2+
3+
* **Improve Jira attachment path results**
4+
15
## 1.0.47
26

37
* **Fix delta-table: normalize S3 LocationConstraint values to handle us-east-1 and EU buckets**
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"directory_structure": [
3-
"JCTP1/10000.txt",
4-
"JCTP1/10001.txt",
5-
"JCTP1/10002.txt",
6-
"JCTP1/10013.txt",
3+
"JCTP1/JCTP1-1.txt",
4+
"JCTP1/JCTP1-2.txt",
5+
"JCTP1/JCTP1-3.txt",
6+
"JCTP1/JCTP1-4.txt",
77
"JCTP1/attachments/10000.png",
8-
"JCTP2/10003.txt",
9-
"JCTP2/10004.txt",
10-
"JCTP2/10005.txt",
11-
"JCTP3/10014.txt"
8+
"JCTP2/JCTP2-1.txt",
9+
"JCTP2/JCTP2-2.txt",
10+
"JCTP2/JCTP2-3.txt",
11+
"JCTP3/JCTP3-1.txt"
1212
]
1313
}

0 commit comments

Comments
 (0)