Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3
excludeWhat's next?

Adding electronic signature fields to the issue

Electronic Signature Fields app contains the following custom fields for signing tickets:

  • Logged User Validator Field - validates username and password of a system user according to Title 21 CFR 11.
  • User Validator Field - validates password of a currently logged in user according to Title 21 CFR 11.

To configure the  User Validator or Logged User Validator field, perform the following steps:

...

As a result, you will have the electronic signature field on the selected screens, and users will have to enter valid credentials when editing tickets.

...

Locking signatures after a number of failed login attempts

Info

This feature is available starting with version 2.0.1 for Jira 8 and above.

...

That's it. Electronic Signature field will now be validated according to selected settings.

Configuring JQL functions

The following custom JQL functions enable you to expand your search in Jira:

...

signedIssues()
signedIssues(‘project’, ‘Project name’) 
signedIssues(‘project’, ‘Project name’, ‘>’, ‘date’) (where date is your Jira date format. Here is the example: 'Jul 14, 2020')
signedIssues(‘user’, ‘jdoe’)
signedIssues(‘>’, ‘date’) (where date is your Jira date format. Here is the example: 'Jul 14, 2020')

  • issue in unsignedIssues(Project name) - returns all unassigned tasks from Project X.

unsignedIssues()
unsignedIssues(‘project’, ‘Project name’)

What's next?

ESF ES - Using Electronic Signature FieldsSignatures