Hi,
I created script, who change summary each issue linked to issue in which I change "summary".
Unfortunately, after change summary, this change is not visible in Links Hierarchy tree, and in results of JQL query.
This change is visible after opened linked issue and is saved in database.
If I click "edit" on linked issue and I click "Save", new summary is visible on JQL results and in Links Hierarchy.
My script saving changes using store() function. I know that this function is deprecated, but when i trying use updateIssue() from IssueManager, I received error about null object.
For example:
This is old summary:
And names of linked issue to PM-754:
Now I change summary for PM-754 (I add "2" in summary):
And new summary is visible in "Issues in Epic" list:
But Links Hierarchy showing old summary:Why? When i clicked - for example - on PR-628, summary is "Nowa nazwa 2".
When i perform full reindexing, Links Hierarchy showing correct values.
Hi. I solved problem. The reason was using "store()" function instead "updateIssue()".
I was able to run the function with IssueManager object.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.