Skip to content

Commit d88ebb2

Browse files
committed
Recurrent task that allows you to create a ticket in Jira, for example for newcomers
1 parent 0f31dd7 commit d88ebb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/tasks/task-jira-onboarding-task.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
// CREDENTIALS VARS //
6969
// ------------------------------------------------------------------------------
7070

71-
def final BEARER_TOKEN = "Bearer 301bf498dd45d800842af0b84230f1bb58606c1"
71+
def final BEARER_TOKEN = "Bearer 301bf498dd45d800842af0b84230f1bb58606c1" // fake
7272
// ------------------------------------------------------------------------------
7373
// HTTP CONNECTION VARS //
7474
// ------------------------------------------------------------------------------
7575

76-
def final URL = "https://test-sandbox-848.atlassian.net/rest/api/2/issue"
76+
def final URL = "https://test-sandbox-001.atlassian.net/rest/api/2/issue" // fake
7777
def final CONNECT_TIMEOUT = 5000
7878
def final REQUEST_TIMEOUT = 5000
7979
def final SOCKET_TIMEOUT = 5000

0 commit comments

Comments
 (0)