Add-on blcoking issue deletion

Issue #781 resolved
Capgemini Latam Brazil created an issue

We are experiencing an odd behavior while deleting issue

Comments (8)

  1. Capgemini Latam Brazil reporter

    Hello, can you tell me if there is any problem if I disable the add-on and enable it again? Will I lose something?

  2. Fidel Castro Armario repo owner

    Hi @capgeminijira,

    You will not lose any information by disabling the plugin, but I think that you don't need to do it.

    The problem can be solved by modifying the time expression used by a Calculated Date-Tim custom field. Please, attach a screenshot showing the configuration of that field, and I will give you the modifications you have to do in order to solve the problem.

  3. Fidel Castro Armario repo owner

    Hi @capgeminijira,

    Can you, please, copy + paste the source code of the time expression, so that I will be able to manipulate it?

  4. Capgemini Latam Brazil reporter

    Hi Fidel,

    Here's the code:

    count(linkedIssues("depends on")) > 0?datePart(max(fieldValue({Due date},filterByPredicate(linkedIssues("depends on"), %{Issue status} != "In Internal QA Test" and %{Issue status} != "In Assembly Test" and %{Issue status} != "Build Completed" and %{Issue status} != "Canceled" ) )),USER_LOCAL):0

  5. Fidel Castro Armario repo owner

    Hi @capgeminijira,

    Please, try the following boolean expression using 2.2.43_beta_1, and let me know whether it solves your problem:

    count(linkedIssues("depends on")) > 0 ? datePart(max(fieldValue({00012}, filterByPredicate(linkedIssues("depends on"), ^%{00016} not in~ ["In Internal QA Test", "In Assembly Test", "Build Completed", "Canceled"]))), USER_LOCAL) : null
    
  6. Log in to comment