pantograph/lib/pantograph/actions/jira.rb in pantograph-0.1.15 vs pantograph/lib/pantograph/actions/jira.rb in pantograph-0.1.16
- old
+ new
@@ -86,18 +86,18 @@
[
'jira(
url: "https://bugs.yourdomain.com",
username: "Your username",
password: "Your password",
- ticket_id: "Ticket ID, i.e. IOS-123",
+ ticket_id: "Ticket ID, i.e. APP-123",
comment_text: "Text to post as a comment"
)',
'jira(
url: "https://yourserverdomain.com",
context_path: "/jira",
username: "Your username",
password: "Your password",
- ticket_id: "Ticket ID, i.e. IOS-123",
+ ticket_id: "Ticket ID, i.e. APP-123",
comment_text: "Text to post as a comment"
)'
]
end