You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected:="🐞 Bug ✅ Done ⌛ Sun, 13 Dec 20 👷 Person A 🔑️ TEST-1 💭 0 comments \U0001F9F5 0 linked\n# This is a test\n⏱️ Sun, 13 Dec 20 🔎 Person Z 🚀 High 📦 BE, FE 🏷️ None 👀 You + 3 watchers\n\n------------------------ Description ------------------------\n\nTest description\n\n\n"
79
-
ifxterm256() {
80
-
expected+="\x1b[38;5;242mView this issue on Jira: https://test.local/browse/TEST-1\x1b[m"
81
-
} else {
82
-
expected+="\x1b[0;90mView this issue on Jira: https://test.local/browse/TEST-1\x1b[0m"
83
-
}
79
+
expected+="View this issue on Jira: https://test.local/browse/TEST-1"
expected:="🐞 Bug ✅ Done ⌛ Sun, 13 Dec 20 👷 Person A 🔑️ TEST-1 💭 3 comments \U0001F9F5 2 linked\n# This is a test\n⏱️ Sun, 13 Dec 20 🔎 Person Z 🚀 High 📦 BE, FE 🏷️ None 👀 0 watchers\n\n------------------------ Description ------------------------\n\n# Title\n## Subtitle\nThis is a **bold** and _italic_ text with [a link](https://ankit.pl) in between.\n\n\n------------------------ 2 Subtasks ------------------------\n\n\n SUBTASKS\n\n TEST-2 Subtask 1 • High • TO DO\n TEST-3 Subtask 2 • Normal • Done \n\n\n\n------------------------ Linked Issues ------------------------\n\n\n BLOCKS\n\n TEST-2 Something is broken • Bug • High • TO DO\n\n RELATES TO\n\n TEST-3 Everything is on fire • Bug • Urgent • Done \n\n\n\n------------------------ 3 Comments ------------------------\n\n\n Person C • Wed, 24 Nov 21 • Latest comment\n\nTest comment C\n\n\n\n Person B • Tue, 23 Nov 21\n\nTest comment B\n\n"
229
-
ifxterm256() {
230
-
expected+="\x1b[38;5;242mUse --comments <limit> with `jira issue view` to load more comments\x1b[m\n\n"
231
-
expected+="\x1b[38;5;242mView this issue on Jira: https://test.local/browse/TEST-1\x1b[m"
232
-
} else {
233
-
expected+="\x1b[0;90mUse --comments <limit> with `jira issue view` to load more comments\x1b[0m\n\n"
234
-
expected+="\x1b[0;90mView this issue on Jira: https://test.local/browse/TEST-1\x1b[0m"
235
-
}
225
+
expected+="Use --comments <limit> with `jira issue view` to load more comments\n\n"
226
+
expected+="View this issue on Jira: https://test.local/browse/TEST-1"
0 commit comments