Operations | Monitoring | ITSM | DevOps | Cloud

Atlassian

Regex, character count, and word count validation | 30 Days of Form Demos | Jira Service Management

Have complex data validation needs? No worries! Learn how to use Regex (regular expressions) with your new forms in Jira Service Management. This is Day 22 of the forms for Jira Service Management 30 Days of Demos series. Build your first form without even logging in: New to Jira Service Management? Get it for free today: Click here to see all the videos in this series: Subscribe:

Use data connections in your forms | 30 Days of Form Demos | Jira Service Management

Want to pull data into your form fields from outside Jira? No worries! Watch this short video to see you can connect to third-party data sources (including REST API). This is Day 19 of the forms for Jira Service Management 30 Days of Demos series.

More reliable merge checks

We are introducing a change to the pull request merge checks that will make them more reliable. Specifically, we will no longer allow pull requests to be merged while a build is in progress. It was possible for a pull request to be merged while some of its builds were still in progress and for those builds to fail after the merge has completed. This created an undesirable situation if build merge checks were enabled.

Default Pull Request Tasks

There are multiple ways to create a task on a pull request. They can be added from the sidebar, top-level pull request comments, file-level comment or inline comments. Once created, they all appear in the sidebar. On any repository, merge checks can be configured for any branch to only allow merging if all pull request tasks are resolved. This is a very useful functionality if some tasks are critical to be resolved before changes are merged.