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

Configuring Electronic Signature Fields 

The following settings are optional but gives you flexibility and enables you to change credentials validation rules.

  1. Go to Jira Administration > Add-ons> Electronic Signature Fields > Configuration. 

  2. Set up your Username check sensitivity and Maximum invalid login attempts.

    Info

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


  3. Set up the Email subject and body that will be sent once the signature from specific approvers will be requested. For more details please see ESF validator.

    Info

    This feature is available starting with version

...

  1. 3.0.

...

  1. 0 for Jira 8 and above.

...

  1. Go to Jira Administration > Add-ons > Electronic Signature Fields > Configuration. 
  2. Following settings are optional but they allow you to change credentials validation rules. 
    Image Removed


    Status
    colourYellow
    titlein progress


    Image Added


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:

  • issue in signedIssues() - returns all signed tasks.

signedIssues()
signedIssues(‘project’, ‘Project name’) 
signedIssues(‘project’, ‘Project name’, ‘>’, ‘date’)
signedIssues(‘user’, ‘jdoe’)
signedIssues(‘>’, ‘date’)

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

...

Fields are now set up.

What's next?

ESF - Using Electronic Signature Fields