Author

Peter Van de Voorde

[guest author fields > title]


Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Creating a Jira Cloud issue in a single REST Call

One call is all it takes to create an issue through the Jira Cloud REST API. But before you can make that call, there are a couple of steps you need to take.

Mark your calendars for Developer Day at Atlassian Summit

Atlassian Summit wouldn’t be anything without the insightful stories, action-packed advice, and best practices shared from the stage by experts like you. On April 8 in Las Vegas, industry leaders across software, IT, and team collaboration will come together to discuss what’s next. What will you add to the conversation? We’re expanding Summit and adding […]

Tip of the Week: Using different SSH keys for multiple Bitbucket accounts

Create a key for each of your accounts To generate a new key pair simply run this command in the ~/.ssh/ folder: The -C option is a comment to help identify the key. The -f option specifies the file name. Repeat the above for each Bitbucket account you want to use. Add the public key […]